From: Graham Percival Date: Wed, 7 Mar 2007 21:39:44 +0000 (-0800) Subject: LSR update. X-Git-Tag: release/2.11.21-1~9^2~1 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=6a149c269388b3d588c498bdf8a149272bce0635;p=lilypond.git LSR update. --- diff --git a/input/lsr/expressive/glissando.ly b/input/lsr/expressive/glissando.ly new file mode 100644 index 0000000000..ddefbc8937 --- /dev/null +++ b/input/lsr/expressive/glissando.ly @@ -0,0 +1,28 @@ +\version "2.10.12" + +\header { texidoc = " +Between notes, there may be simple glissando lines. Here, the first +two glissandi are not consecutive. + +The engraver does no time-keeping, so it involves some trickery to get +<< @{ s8 s8 s4 @} @{ c4 \gliss d4 @} >> working correctly. +" } + +\layout{ + line-width = 50.\mm + indent = 0 +} + +\new Staff \relative c''{ + \override Glissando #'breakable = ##t + + %% gliss non gliss and + c4 \glissando d e \glissando f \glissando \break + %% consecutive + c \glissando d, \glissando e' + << { \stemUp e8 \glissando g8 } + \context Voice = VB {\stemDown \repeat unfold 4 d16 } >> + \override Glissando #'style = #'zigzag + c4 \glissando c,, \glissando c' \glissando d +} + diff --git a/input/tolsr/glissando.ly b/input/tolsr/glissando.ly deleted file mode 100644 index b168f8d167..0000000000 --- a/input/tolsr/glissando.ly +++ /dev/null @@ -1,27 +0,0 @@ -\version "2.11.12" - -\header { texidoc = " -Between notes, there may be simple glissando lines. Here, the first two glissandi are not consecutive. - -The engraver does no time-keeping, so it involves some trickery to get -<< @{ s8 s8 s4 @} @{ c4 \gliss d4 @} >> working correctly. -" } - -\layout{ - line-width = 50.\mm - indent = 0 -} - -\new Staff \relative c''{ - \override Glissando #'breakable = ##t - - %% gliss non gliss and - c4 \glissando d e \glissando f \glissando \break - %% consecutive - c \glissando d, \glissando e' - << { \stemUp e8 \glissando g8 } - \context Voice = VB {\stemDown \repeat unfold 4 d16 } >> - \override Glissando #'style = #'zigzag - c4 \glissando c,, \glissando c' \glissando d -} -