]> git.donarmstrong.com Git - lilypond.git/commitdiff
Clarified example from Francisco Vila, thanks!
authorGraham Percival <graham@percival-music.ca>
Mon, 5 Jun 2006 02:00:41 +0000 (02:00 +0000)
committerGraham Percival <graham@percival-music.ca>
Mon, 5 Jun 2006 02:00:41 +0000 (02:00 +0000)
ChangeLog
Documentation/user/music-glossary.tely

index 89813e883c83aab5281199835b59abd815071010..d5c84f3ce22fdfdd01f660321629d634261d4d2a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-06-05  Graham Percival  <gpermus@gmail.com>
+
+       * Documentation/user/music-glossary.tely: clarified example
+       from Francisco Vila, thanks!
+
 2006-06-05  Han-Wen Nienhuys  <hanwen@lilypond.org>
 
        * buildscripts/output-distance.py (main): use compare-XXX for
index 55ac317db99ff17826cd98cc6e55e0c4d9b6375d..f7c087a60627945a3ed42fdde1b79c2fb7d22e8c 100644 (file)
@@ -3264,16 +3264,22 @@ FI: teema, sävelaihe.
 The briefest intelligible and self-contained fragment of a musical theme or
 subject.
 
-@lilypond[fragment,line-width=13.0\cm]
-\override Score.TimeSignature #'break-visibility = #all-invisible
-%\override Score.TextScript #'font-style = #'large
+@lilypond[line-width=13.0\cm]
+\score{
 \relative c'' {
+  \override Score.TimeSignature #'break-visibility = #all-invisible
+  %\override Score.TextScript #'font-style = #'large
   \time 4/4
   \key g \major
-  \partial 8 g16_"------" fis |
-  g8 d16_"------" c d8 g16 fis g8 b,16 a b8 g'16 fis |
+  \partial 8 g16\startGroup fis |
+  g8\stopGroup d16\startGroup c d8\stopGroup g16 fis g8 b,16 a b8 g'16 fis |
   g8 g,16 a b8 cis d16 s
 }
+\layout {
+       \context {
+               \Staff \consists "Horizontal_bracket_engraver"
+}}
+}
 @end lilypond
 
 @node movement