I try to format the page layout. It seems that it doesn't work. 1. Is it the right way of doing this? I change the (headsep, beforetitlespace, aftertitlespace,
between-system-space) to different number and after compile, it looks the same. 2. Is possible to make one of the staff line in color or heavier (bold)? Here is the small sample: \version "2.12.44" %\include "english.ly" date = #(strftime "%d-%m-%Y" (localtime (current-time))) #(set-global-staff-size 20) \header { % #(before-title-space 10\mm) title = "賀 歲 歌 : Happy New Year" subtitle = \date poet = "填詞:段振強" composer = " 曲寄:老鳳陽歌" meter = \markup { "C" " 4/4" } enteredby="ymingT" maintainer="ymingT" texidoc = " " } \paper { #(set-paper-size "letter") indent = #(* mm 0) line-width = #(* mm 160) interscoreline = 2.\mm headsep = 1.5\cm beforetitlespace = 40\mm aftertitlespace = 80\mm between-system-space = #(* mm 120) ragged-bottom = ##t print-first-page-number = ##t } global = { \time 4/4 \key d \minor } soprano = \relative c'' { \global \repeat unfold 8 { g'4 g d4. e8 | fis4 fis g d | g g d4. e8 | fis4 fis g2 | fis8 fis fis fis fis fis fis fis | } } \score { \new Staff = " " \soprano }
_______________________________________________ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user