]> git.donarmstrong.com Git - lilypond.git/commitdiff
Enhancement: automatic polyphony in different ...Staff contexts
authorMarc Hohl <marc@hohlart.de>
Sat, 22 Aug 2009 09:12:58 +0000 (11:12 +0200)
committerCarl Sorensen <c_sorensen@byu.edu>
Sat, 22 Aug 2009 16:50:35 +0000 (10:50 -0600)
< ... \\ ... > constructs work now in Staff, TabStaff and DrumStaff
contexts.

The Documentation for percussion instruments is adapted.

Documentation/notation/percussion.itely
scm/music-functions.scm

index 0ba1d7cbe193824b136002284443f6e6e07b7e8f..ebcdb12dfad345fd37aaa49eea07e9856e65af64 100644 (file)
@@ -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
     << {
index cc1c3d2e8567bc28fa24381518c9d480fe927848..3846727a1a7bcd1dc198e83b0f152bc7aec1d944 100644 (file)
@@ -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)