]> git.donarmstrong.com Git - lilypond.git/commitdiff
LSR update.
authorGraham Percival <graham@percival-music.ca>
Wed, 7 Mar 2007 21:39:44 +0000 (13:39 -0800)
committerGraham Percival <graham@percival-music.ca>
Wed, 7 Mar 2007 21:39:44 +0000 (13:39 -0800)
input/lsr/expressive/glissando.ly [new file with mode: 0644]
input/tolsr/glissando.ly [deleted file]

diff --git a/input/lsr/expressive/glissando.ly b/input/lsr/expressive/glissando.ly
new file mode 100644 (file)
index 0000000..ddefbc8
--- /dev/null
@@ -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 (file)
index b168f8d..0000000
+++ /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
-}
-