From 11c609b9251257ca7633c1289caf842f8e046bb6 Mon Sep 17 00:00:00 2001 From: David Kastrup Date: Tue, 8 Jul 2014 11:04:19 +0200 Subject: [PATCH] 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. --- .../new/creating-a-sequence-of-notes-on-various-pitches.ly | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.5