From: Thomas Morley 
Sent: Saturday, May 5, 2012 4:28 AM


Perfection!

Hi Javier,

2012/5/5 J Ruiz <jav...@ruiz-alma.com>:
> 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
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to