From a5521f5cca1a9f71693c08d5178ad3ec1705f9de Mon Sep 17 00:00:00 2001 From: Graham Percival Date: Mon, 5 Jun 2006 02:00:41 +0000 Subject: [PATCH] Clarified example from Francisco Vila, thanks! --- ChangeLog | 5 +++++ Documentation/user/music-glossary.tely | 16 +++++++++++----- 2 files changed, 16 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index 89813e883c..d5c84f3ce2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-06-05 Graham Percival + + * Documentation/user/music-glossary.tely: clarified example + from Francisco Vila, thanks! + 2006-06-05 Han-Wen Nienhuys * buildscripts/output-distance.py (main): use compare-XXX for diff --git a/Documentation/user/music-glossary.tely b/Documentation/user/music-glossary.tely index 55ac317db9..f7c087a606 100644 --- a/Documentation/user/music-glossary.tely +++ b/Documentation/user/music-glossary.tely @@ -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 -- 2.39.5