> On 22 Apr, 2020, at 4:34 PM, Fr. Samuel Springuel <[email protected]> > wrote: > > Is there a way to specify that a note should only appear if it’s the first > note on the line? I tried using the break-visibility property but this > doesn’t seem to be working (the notes simply disappear entirely. > > \version "2.19.84" > > mystart = \override Voice.NoteHead.break-visibility = #begin-of-line-visible > > myend = \revert Voice.NoteHead.break-visibility > > music = { \repeat unfold 20 { c' } \mystart g' g' g' g' g' g' g' g' \myend > \repeat unfold 20 { c' } } > > \new Staff { > \new Voice = "mel" { \music } > } >
So, I figured out a way to do this using the Custos_engraver. My slightly more than MWE is attached below. Comments on this strategy are welcome. ✝✝✝✝✝✝✝✝✝✝✝✝✝✝✝✝✝✝✝✝✝✝✝✝✝✝ Fr. Samuel, OSB (R. Padraic Springuel) St. Anselm’s Abbey 4501 South Dakota Ave, NE Washington, DC, 20017 202-269-2300 (c) 202-853-7036 PAX ☧ ΧΡΙΣΤΟΣ
reveal-hidden-notes-at-new-line.ly
Description: Binary data
