From: David Kastrup Date: Tue, 8 Jul 2014 09:04:19 +0000 (+0200) Subject: Issue 3998: Let "Mars" example in pitch snippets use isolated durations X-Git-Tag: release/2.19.11-1~35 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=11c609b9251257ca7633c1289caf842f8e046bb6;p=lilypond.git Issue 3998: Let "Mars" example in pitch snippets use isolated durations This is one example quite benefitting from issue 3648. One somewhat incidental boon is that it would now work in relative mode without requiring the make-relative macro. --- diff --git a/Documentation/snippets/new/creating-a-sequence-of-notes-on-various-pitches.ly b/Documentation/snippets/new/creating-a-sequence-of-notes-on-various-pitches.ly index 8e9a8c65b4..40c2af9b28 100644 --- a/Documentation/snippets/new/creating-a-sequence-of-notes-on-various-pitches.ly +++ b/Documentation/snippets/new/creating-a-sequence-of-notes-on-various-pitches.ly @@ -1,4 +1,4 @@ -\version "2.17.11" +\version "2.19.0" \header { lsrtags = "pitches, real-music, really-cool, scheme-language" @@ -17,7 +17,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