Il giorno dom 29 nov 2015 alle 0:38, David Nalesnik <david.nales...@gmail.com> ha scritto:
Have you tried setting glissandoMap? See http://www.lilypond.org/doc/v2.19/Documentation/notation/expressive-marks-as-lines

Thanks, this helps!
And I used \omit to work around the last example:

\version "2.19.31"

\paper {
 ragged-right = ##f
}

myMusic = \relative {
 <a c>\glissando <b\3 d>
 \once \set glissandoMap = #'((0 . 1))
 <a b~>\glissando <b b\3>

 <a b>\glissando <\single\omit b b\3>
}

\score {
 \new StaffGroup <<
   \new Staff { \clef "treble_8" \myMusic }
   \new TabStaff \with {
     stringTunings = #guitar-tuning
   } \myMusic
 >>
 \layout { }
}




_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to