From 1a6e35eb67e9b1cb75a32b8c1f1ba47008812cb0 Mon Sep 17 00:00:00 2001 From: Marc Hohl Date: Sat, 22 Aug 2009 11:12:58 +0200 Subject: [PATCH] Enhancement: automatic polyphony in different ...Staff contexts < ... \\ ... > constructs work now in Staff, TabStaff and DrumStaff contexts. The Documentation for percussion instruments is adapted. --- Documentation/notation/percussion.itely | 4 +--- scm/music-functions.scm | 4 ++-- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/Documentation/notation/percussion.itely b/Documentation/notation/percussion.itely index 0ba1d7cbe1..ebcdb12dfa 100644 --- a/Documentation/notation/percussion.itely +++ b/Documentation/notation/percussion.itely @@ -194,13 +194,11 @@ down = \drummode { The above example shows verbose polyphonic notation. The short polyphonic notation, described in @rlearning{I'm hearing Voices}, -can also be used if the voices are instantiated by hand first. +can also be used. For example, @lilypond[quote,verbatim] \new DrumStaff << - \new DrumVoice = "1" { s1*2 } - \new DrumVoice = "2" { s1*2 } \drummode { bd4 sn4 bd4 sn4 << { diff --git a/scm/music-functions.scm b/scm/music-functions.scm index cc1c3d2e85..3846727a1a 100644 --- a/scm/music-functions.scm +++ b/scm/music-functions.scm @@ -383,7 +383,7 @@ i.e. this is not an override" ;; TODO: take this from voicedGraceSettings or similar. '((Voice Stem font-size -3) (Voice NoteHead font-size -3) - (Voice TabNoteHead font-size -4) + (Voice TabNoteHead font-size -4) (Voice Dots font-size -3) (Voice Stem length-fraction 0.8) (Voice Stem no-stem-extend #t) @@ -625,7 +625,7 @@ inside of and outside of chord construct." (make-sequential-music (list (make-voice-props-set number) (make-simultaneous-music (car lst)))) - 'Voice (number->string (1+ number))) + 'Bottom (number->string (1+ number))) (voicify-list (cdr lst) (1+ number))))) (define (voicify-chord ch) -- 2.39.2