lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: page layout syntax


From: MING TSANG
Subject: Re: page layout syntax
Date: Wed, 5 Jan 2011 10:52:48 -0800 (PST)

I use version "2.13.45".  I made the correction and re-compiled again and I did not see any difference.

Sorry for the typo.



From: Phil Holmes <address@hidden>
To: MING TSANG <address@hidden>; address@hidden
Sent: Wed, January 5, 2011 10:55:27 AM
Subject: Re: page layout syntax


Could you confirm which version you're using, please?  Your file says 2.12.44, which doesn't exist.

--
Phil Holmes
 
 
----- Original Message -----
From: MING TSANG
To: address@hidden
Sent: Wednesday, January 05, 2011 3:13 PM
Subject: page layout syntax

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
address@hidden
http://lists.gnu.org/mailman/listinfo/lilypond-user

reply via email to

[Prev in Thread] Current Thread [Next in Thread]