]> git.donarmstrong.com Git - lilypond.git/commitdiff
Remove duplicate example.
authorGraham Percival <graham@percival-music.ca>
Sun, 24 Dec 2006 11:43:25 +0000 (03:43 -0800)
committerGraham Percival <graham@percival-music.ca>
Sun, 24 Dec 2006 11:43:25 +0000 (03:43 -0800)
Documentation/user/instrument-notation.itely

index 42e4348cc61d112f6be43395cce00eb8eb49b551..e7e1b1aa899a9d1e2d46f6fe0ab1be620edb7694 100644 (file)
@@ -1287,25 +1287,16 @@ It is also possible to define melismata entirely in the lyrics. This
 can be done by entering @code{_} for every note that is part of the
 melisma.
 
-@lilypond[relative=1,verbatim,fragment]
+@lilypond[relative=1,verbatim,fragment,quote]
 { \set melismaBusyProperties = #'()
   c d( e) f f( e) e e  }
 \addlyrics
  { Ky -- _ _ ri __ _ _ _  e }
 @end lilypond
 
-In this case, you can also have ties and slurs in the melody, if you
+In this case, you can also have ties and slurs in the melody if you
 set @code{melismaBusyProperties}, as is done in the example above.
 
-@lilypond[relative=1,verbatim,fragment,quote]
-{
- \set melismaBusyProperties = #'()
-  c d( e) f f( e) e e
-}
-\addlyrics
- { Ky -- _ _ ri __ _ _ _  e }
-@end lilypond
-
 
 @node Lyrics independent of notes
 @subsubsection Lyrics independent of notes