lilypond-user
[Top][All Lists]
Advanced

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

address@hidden \line


From: Francois Planiol-Auger
Subject: address@hidden \line
Date: Thu, 5 Jul 2007 09:56:54 +0200
User-agent: KMail/1.9.1

Hi,

It works fine now (fragments on a line) with the source here. But I cant 
change the Staffsize.
I tried with StaffSize staffsize myStaffSize, with an without #, in paper and 
or in layout block(s).
But it doenst changes the StS. How may I do it?

Thanks in advance

Francois

\version "2.10.25"

\paper {
  #(define dump-extents #t)
  indent = 0\mm
  line-width = 160\mm - 2.0 * 0.4\in
  ragged-right = ##t
  force-assignment = #""
  line-width = #(- line-width (* mm  3.000000))
}

\layout {
}

        \markup { \line { %%%%%%%

\score { \relative c'' {
  \new PianoStaff <<
    \new Staff { \time 2/4 c4 e g g 
}
    \new Staff { \clef bass c,,2 c, 
}
  >>
  }
\layout { ragged-right = ##t }
}

\null \null

\score { \relative c'' { <<
  \new PianoStaff <<
    \new Staff { \time 2/4 c8 b c d e4 e 
    }
    \new Staff { \clef bass e,,8 d e f g4 c, 
    }
  >>
    \new Staff { \clef bass c2 c,
    }
  >>
  }
\layout { ragged-right = ##t }
}

\null \null

\score { \relative c'' {
  \new PianoStaff <<
    \new Staff { \time 2/4 c4 e g g,
    }
    \new Staff { \clef bass c,, c' e c
    }
  >>
  }
\layout { ragged-right = ##t }
}
        } } %The End of the \markup & \line %%%%%%%




reply via email to

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