lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: glissando between single notes in two chords


From: Federico Bruni
Subject: Re: glissando between single notes in two chords
Date: Sun, 29 Nov 2015 00:56:49 +0100

Il giorno dom 29 nov 2015 alle 0:38, David Nalesnik <address@hidden> 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 { }
}






reply via email to

[Prev in Thread] Current Thread [Next in Thread]