]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/screech-and-boink.ly
Imported Upstream version 2.18.0
[lilypond.git] / Documentation / snippets / screech-and-boink.ly
index 2bb83f323928c65727b3824a289536630241cf3e..86b9fba5e587f59443e9817cc0581687c66e99dd 100644 (file)
@@ -4,7 +4,7 @@
 %% and then run scripts/auxiliar/makelsr.py
 %%
 %% This file is in the public domain.
-\version "2.16.0"
+\version "2.17.11"
 
 \header {
   lsrtags = "headword"
@@ -23,7 +23,7 @@ Random complex notation
       \key c \minor
       <<
         {
-          \revert Stem #'direction
+          \revert Stem.direction
           \change Staff = down
           \set subdivideBeams = ##t
           g16.[
@@ -41,7 +41,7 @@ Random complex notation
           c'''32([ b''16 a''16 gis''16 g''32)]
         }
         \\
-        { s4 \times 2/3 { d'16[ f' g'] } as'32[ b''32 e'' d''] }
+        { s4 \tuplet 3/2 { d'16[ f' g'] } as'32[ b''32 e'' d''] }
         \\
         { s4 \autoBeamOff d''8.. f''32  }
         \\
@@ -52,9 +52,9 @@ Random complex notation
       \clef bass
       \key c \minor
       \set subdivideBeams = ##f
-      \override Stem #'french-beaming = ##t
-      \override Beam #'beam-thickness = #0.3
-      \override Stem #'thickness = #4.0
+      \override Stem.french-beaming = ##t
+      \override Beam.beam-thickness = #0.3
+      \override Stem.thickness = #4.0
       g'16[ b16 fis16 g16]
       <<
         \makeClusters {
@@ -62,7 +62,7 @@ Random complex notation
         }
         \\
         {
-          \override Staff.Arpeggio #'arpeggio-direction = #DOWN
+          \override Staff.Arpeggio.arpeggio-direction = #DOWN
           <cis, e, gis, b, cis>4\arpeggio
         }
       >>