From b3cf83338286f6f865e9cb078afa943c09422636 Mon Sep 17 00:00:00 2001 From: David Kastrup Date: Fri, 18 Jul 2014 15:44:43 +0200 Subject: [PATCH] Run scripts/auxilar/makelsr.py --- .../creating-a-sequence-of-notes-on-various-pitches.ly | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Documentation/snippets/creating-a-sequence-of-notes-on-various-pitches.ly b/Documentation/snippets/creating-a-sequence-of-notes-on-various-pitches.ly index 22476cebfb..37000fda73 100644 --- a/Documentation/snippets/creating-a-sequence-of-notes-on-various-pitches.ly +++ b/Documentation/snippets/creating-a-sequence-of-notes-on-various-pitches.ly @@ -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 -- 2.39.2