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.
 
 \version "2.14.2"
 \score
    { \new Staff \with {
        \remove Time_signature_engraver
        \remove Staff_symbol_engraver    % <-----ADDING THIS LINE GENERATES 
ERROR
        \remove Clef_engraver
        }
        { \relative c''{
         \hideNotes <g b d g>16\arpeggio
         }
        }
        \layout { }
     }
 
Thanks for the help, Javier
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to