]> git.donarmstrong.com Git - lilypond.git/commitdiff
* ly/paper16-init.ly (paperSixteen): Bugfix: set fonts instead of
authorJan Nieuwenhuizen <janneke@gnu.org>
Wed, 6 Nov 2002 11:43:32 +0000 (11:43 +0000)
committerJan Nieuwenhuizen <janneke@gnu.org>
Wed, 6 Nov 2002 11:43:32 +0000 (11:43 +0000)
stylesheet.

* ly/paper19.ly: Include paper19-init.ly.

* Documentation/user/tutorial.itely (First steps): Fix first
example for font test.

* input/tutorial/brahms-tweaked.ly: Fix by hand for font test.

ChangeLog
Documentation/user/tutorial.itely
input/tutorial/brahms-tweaked.ly
ly/paper16-init.ly
ly/paper19.ly

index 4d4dbe48cfc04294acbbbc14686cf85d0b48bcb3..14305d368a3ca42c05e11342c53981d619546b3e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,17 @@
 2002-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
 
+       * ly/paper16-init.ly (paperSixteen): Bugfix: set fonts instead of
+       stylesheet.
+
+       * ly/paper19.ly: Include paper19-init.ly.
+
+       * ly/paper19-init.ly: New file.
+
+       * Documentation/user/tutorial.itely (First steps): Fix first
+       example for font test.
+
+       * input/tutorial/brahms-tweaked.ly: Fix by hand for font test.
+
        * ChangeLog: Add 1.7.6 release marker (see below).
 
        * stepmake/stepmake/python-module-vars.make (EXTRA_DIST_FILES):
index 1709fef5d32971b564eab6b3953708facacef28b..cf84115ce163781f5240d53f3949606a227615b7 100644 (file)
@@ -54,9 +54,12 @@ c d e f g a b
 @noindent
 then the result looks like this:
 
-@lilypond[notime]
-\property Score.timing = ##f
-\transpose c c' { c d e f g a b }
+@c ?
+@c \transpose c c' { c d e f g a b }
+@c @lily pond[notime]
+@c \property Score.timing = ##f
+@lilypond[notime, relative=2]
+c d e f g a b
 @end lilypond
 
 We will continue with this format: First we show a snippet of input,
index 3f391addc06c68d4449a87c70d5774f89e604bf5..bfc8477ca5612d13c06a8873b1a6fe9afd14b005 100644 (file)
@@ -23,7 +23,7 @@
          \property Voice.Stem \set #'transparent = ##t
           d'
           \property Voice.Stem \revert #'transparent
-          ~ <<d b>>4  > }
+          ~ <<d b>>4 }
     >
     \context Staff = down {
         \key d \major
index 453c823d1dc4a4d7e95e69572131b8ba96101f9e..15a3aef28c0d33c8686b556aec252a5c271d015c 100644 (file)
@@ -4,7 +4,7 @@
 
 paperSixteen = \paper {
        staffheight = 16.0\pt
-       \stylesheet #(make-font-list 'paper16)
+       #(define fonts #(make-font-list 'paper16))
 
        \include "params-init.ly"
 }
index 89d4321bbc25d3f2bd7d5a4df9e2b6f33b4d2228..b76df194186611114d6876490c61347e9ad63ab4 100644 (file)
@@ -1,14 +1,3 @@
-% paper20-init.ly
-
-
 \version "1.5.68"
 
-paperNineteen = \paper {
-       staffheight = 19.0\pt
-       #(define fonts (make-font-list 'paper19))
-
-       \include "params-init.ly"
-}
-
-\paper { \paperNineteen }
-
+\include "paper19-init.ly"