]> git.donarmstrong.com Git - lilypond.git/commitdiff
Run scripts/auxilar/makelsr.py
authorDavid Kastrup <dak@gnu.org>
Fri, 18 Jul 2014 13:44:43 +0000 (15:44 +0200)
committerDavid Kastrup <dak@gnu.org>
Fri, 18 Jul 2014 13:44:43 +0000 (15:44 +0200)
Documentation/snippets/creating-a-sequence-of-notes-on-various-pitches.ly

index 22476cebfbccd592b6b3e0bdad5a403651d5ef7f..37000fda73df48d31ea97a90db632d723e00397a 100644 (file)
@@ -4,8 +4,8 @@
 % and then run scripts/auxiliar/makelsr.py
 %
 % This file is in the public domain.
-%% Note: this file works from version 2.17.11
-\version "2.17.11"
+%% Note: this file works from version 2.19.0
+\version "2.19.0"
 
 \header {
   lsrtags = "pitches, real-music, really-cool, scheme-language"
@@ -25,7 +25,7 @@ Planets.
 rhythm =
 #(define-music-function (parser location p) (ly:pitch?)
    "Make the rhythm in Mars (the Planets) at the given pitch"
-  #{ \tuplet 3/2 { $p 8 $p $p } $p 4 $p $p 8 $p $p 4 #})
+  #{ \tuplet 3/2 { $p 8 8 8 } 4 4 8 8 4 #})
 
 \new Staff {
   \time 5/4