From d6b6b53d09a0fb8e137e7cfcec39fe22dc7b6872 Mon Sep 17 00:00:00 2001 From: Phil Holmes Date: Wed, 4 Jan 2012 17:02:44 +0000 Subject: [PATCH] Removes most ugly bars from LM --- Documentation/learning/common-notation.itely | 3 ++- Documentation/learning/templates.itely | 6 ++++-- Documentation/learning/tweaks.itely | 16 +++++++++++++--- 3 files changed, 19 insertions(+), 6 deletions(-) diff --git a/Documentation/learning/common-notation.itely b/Documentation/learning/common-notation.itely index 7404445215..4c1b3f7f72 100644 --- a/Documentation/learning/common-notation.itely +++ b/Documentation/learning/common-notation.itely @@ -849,7 +849,8 @@ ties with chords. They must be placed outside the angle brackets. @lilypond[verbatim,quote,relative=2] r4 ~ 2 | -8[ ] \>[ ]\! | +8[ ] + 8\>[ ]\! | r4 8.\p 16( 4-. ) | @end lilypond diff --git a/Documentation/learning/templates.itely b/Documentation/learning/templates.itely index 5aa53c6c4e..039d4a9725 100644 --- a/Documentation/learning/templates.itely +++ b/Documentation/learning/templates.itely @@ -145,7 +145,8 @@ beautiful printed scores! @appendixsubsec Transcription of mensural music -@lilypondfile[verbatim,quote,ragged-right,texidoc] +@c Line-width below is because of Issue 766. If that's fixed, it can be removed. +@lilypondfile[verbatim,quote,ragged-right,texidoc,line-width=140] {ancient-notation-template----modern-transcription-of-mensural-music.ly} @appendixsubsec Gregorian transcription template @@ -159,7 +160,8 @@ beautiful printed scores! @appendixsubsec Jazz combo -@lilypondfile[verbatim,quote,ragged-right,texidoc] +@c Line-width below is because of Issue 766. If that's fixed, it can be removed. +@lilypondfile[verbatim,quote,ragged-right,texidoc,line-width=140] {jazz-combo-template.ly} diff --git a/Documentation/learning/tweaks.itely b/Documentation/learning/tweaks.itely index d8903d9129..753f00a685 100644 --- a/Documentation/learning/tweaks.itely +++ b/Documentation/learning/tweaks.itely @@ -2944,7 +2944,8 @@ rhMusic = \relative c'' { c,8~ % Reposition the c2 to the right of the merged note \once \override NoteColumn #'force-hshift = #1.0 - % Move the c2 out of the main note column so the merge will work + % Move the c2 out of the main note column + % so the merge will work \shiftOnn c2 } @@ -3305,7 +3306,8 @@ rhMusic = \relative c'' { { c,8 d fis bes a } % continuation of main voice \new Voice { \voiceTwo - % Move the c2 out of the main note column so the merge will work + % Move the c2 out of the main note column + % so the merge will work c,8~ \shiftOnn c2 } \new Voice { @@ -3377,7 +3379,8 @@ rhMusic = \relative c'' { c,8~ % Reposition the c2 to the right of the merged note \once \override NoteColumn #'force-hshift = #1.0 - % Move the c2 out of the main note column so the merge will work + % Move the c2 out of the main note column + % so the merge will work \shiftOnn c2 } @@ -4014,12 +4017,17 @@ being used: @item Linux Navigate to +@example @file{@var{INSTALLDIR}/lilypond/usr/@/share/lilypond/current/} +@end example @item MacOS X Navigate to +@example @file{@var{INSTALLDIR}/LilyPond.app/Contents/@/Resources/share/lilypond/current/} +@end example + by either @code{cd}-ing into this directory from the Terminal, or control-clicking on the LilyPond application and selecting @q{Show Package Contents}. @@ -4027,7 +4035,9 @@ selecting @q{Show Package Contents}. @item Windows Using Windows Explorer, navigate to +@example @file{@var{INSTALLDIR}/LilyPond/usr/@/share/lilypond/current/} +@end example @end itemize -- 2.39.2