From: Trevor Daniels Date: Tue, 21 Oct 2008 08:49:50 +0000 (+0100) Subject: Docs: NR 2.3 Unfretted - tweak headword X-Git-Tag: release/2.11.63-1~20^2 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=735068d66b53434f25f1f6ed1917ac4f197b1fac;p=lilypond.git Docs: NR 2.3 Unfretted - tweak headword - increase size of numbers in volta - remove bar numbers correctly --- diff --git a/input/manual/unfretted-headword.ly b/input/manual/unfretted-headword.ly index 326bed2c44..184ffd05bc 100644 --- a/input/manual/unfretted-headword.ly +++ b/input/manual/unfretted-headword.ly @@ -128,7 +128,7 @@ ViolinSolo = \relative c' { %% Measure 2 \time 7/4 - \set Score.repeatCommands = #'((volta "¹) n. ²) s.p.")) + \set Score.repeatCommands = #'((volta "1) n. 2) s.p.")) << { \shift d2 \glissando ^\markup \colmark { \quatre \udbetc } \shifta e1 } \\ { d2 \open \mf \< ~ d1 \! \> ~ d4 ^\markup \colmark { " " \fermaTa } \! } @@ -214,6 +214,9 @@ ViolinSolo = \relative c' { \context { \Staff \remove "Time_signature_engraver" + } + \context { + \Score \remove "Bar_number_engraver" } }