From: Graham Percival Date: Wed, 14 Feb 2007 16:24:52 +0000 (-0800) Subject: Move 2.11 example away from LSR for now. X-Git-Tag: release/2.11.19-1~7^2~4 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=ce917cb7c24ce8f27dc7d816322d5fa3262b7975;p=lilypond.git Move 2.11 example away from LSR for now. --- diff --git a/input/lsr/expressive/glissando.ly b/input/lsr/expressive/glissando.ly deleted file mode 100644 index 39f0e3a762..0000000000 --- a/input/lsr/expressive/glissando.ly +++ /dev/null @@ -1,27 +0,0 @@ -\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 new file mode 100644 index 0000000000..b168f8d167 --- /dev/null +++ b/input/tolsr/glissando.ly @@ -0,0 +1,27 @@ +\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 +} +