Hi Javier,
2012/5/5 J Ruiz <[email protected]>:
> I need to print an arpeggio symbol as seen in chords...just the symbol. I
> created the following snippet in 2.14.2, but keep getting "vertical aligment
> called before line breaking" error when I try to remove the Staff symbol
> engraver.
perhaps:
\version "2.14.2"
\score {
\new Staff \with {
\remove Time_signature_engraver
\override StaffSymbol #'stencil = ##f
\remove Clef_engraver
}
\relative c''{
\hideNotes <g b d g>16\arpeggio
}
\layout { }
}
HTH,
Harm
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user