Double time signature

2016-02-09 Thread Christian Bos
Hi all,

Does anybody know how to get a double time signature?
If have tried looking for it in the manuala and LSR, but all they provide me
with is a coupound signature.

Gr.


___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


header on every page but the first one

2013-01-02 Thread christian bos
Hi all,

How can I add a header on every page (centred) but not on the first page.
Also, how can I referr to the title set in the \header?

Greatings


___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Can't get the layout right

2011-03-24 Thread Christian Bos
I am working on a piece



\version 2.12.3

\include nederlands.ly

\header {
  title = De dag van onze Vorst brak aan
  composer = Melodie: Psalm 21 - Loys Bourgeois (1551)
  arranger = Zetting: Claude Goudimel (1565)
}

\paper {
  #(set-paper-size a4)
}

global = {
  \key d \major
  \override Staff.TimeSignature #'style = #'default
  \override Staff.TimeSignature #'stencil = #(lambda (grob)
(grob-interpret-markup grob tsMarkup))
  \time 4/4
  \set Score.defaultBarType = 
}

tsMarkup = \markup {
  \override #'(baseline-skip . 0.5)
  \column { \number 1 \note #2 #-1 }
}


\score {
 [some music]
\layout {
  \context {
\Score
\remove Bar_number_engraver
  }
}

  \midi {
\context {
  \Score
  tempoWholesPerMinute = #(ly:make-moment 100 4)
}
  }
}

\pageBreak

\score {
  [some more music]
  \layout {
  \context {
\Score
\remove Bar_number_engraver
  }
}

  \midi {
\context {
  \Score
  tempoWholesPerMinute = #(ly:make-moment 100 4)
}
  }
}

#(set-global-staff-size 16)

\paper {  % Start paper block
  bottom-margin = 10\cm
  ragged-bottom=##f
  ragged-last-bottom=##f
  system-count = 3
  indent = 5 % don't indent first system


I want alle the systems to vertically align tot the top, but the two pages
act differently.
Wat settings do I need?

Gr.
Christian
___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Distance between systems/staves

2010-11-11 Thread Christian Bos
Hello,
 
I am working on a piece containing multiple scores in one file, like this:
 
 
\score {
[music]
}
 
\score {
[some more music]
}
 
 
How can I increase the distance between the staves of the different scores?
 
Greatings!



___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user