Is there a way to print aesthetically pleasing Glissandos, that doesn't print
over "Dots" and "accidentals" ?. It prints over the "dot" of the starting note
and over the "sharp" of the ending note.
Also any simple way to print text such as "gliss" or "slide" over the
glissando, without using markup and rotate ?.
Many thanks,
Eby
*****************
\version "2.12.3"
vOne = \relative c' { c4 e g a c d \once \override Glissando #'style = #' trill
e,4.\glissando dis'8 }
\score {
<<
\new Voice = "Glissando" \vOne >>
\layout {
\context { \Voice
\override Glissando #'minimum-length = #10
\override Glissando #'springs-and-rods =
#ly:spanner::set-spacing-rods
} }
}
***********
_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user