1
0
Fork 0
mirror of https://github.com/kastdeur/bagpipe.ly.git synced 2025-01-08 17:03:33 +01:00

Updated some text to indicate 2.11 is the supported Lilypond version.

This commit is contained in:
Sven Axelsson 2008-04-24 13:03:14 +02:00
parent 607fc7727c
commit 93d01a4ecd

View file

@ -21,11 +21,6 @@
} }
\layout { \layout {
indent = 30\mm indent = 30\mm
\context {
\Staff
\remove "Bar_engraver"
\remove "Time_signature_engraver"
}
} }
\score { \score {
@ -225,7 +220,7 @@
\markup { \markup {
\column { \column {
\override #'(line-width . 130) \override #'(line-width . 140)
\justify { \justify {
These are the specific bagpipe markups that are These are the specific bagpipe markups that are
available. You need to know alot more about entering normal music available. You need to know alot more about entering normal music
@ -234,11 +229,11 @@
tests, and snippet repository. tests, and snippet repository.
} }
\line { " " } \line { " " }
\override #'(line-width . 130) \override #'(line-width . 140)
\justify { \justify {
Check out \with-url #"http://www.lilypond.org/" {\bold www.lilypond.org} to learn Check out \with-url #"http://www.lilypond.org/" {\bold www.lilypond.org} to learn
more about this. All of these things are linked from the documentation more about this. All of these things are linked from the documentation
page. Make sure you use the \bold 2.10.0 documentation — lots of page. Make sure you use the \bold 2.11.0 documentation — lots of
things have changed since the older versions. things have changed since the older versions.
} }
} }