lilypond-user
[Top][All Lists]
Advanced

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

Re: Humble question - Forced line breack


From: Manuela Gößnitzer
Subject: Re: Humble question - Forced line breack
Date: Fri, 16 Jun 2017 17:46:02 +0200

Hi Frederico,

what you gave us is not a minimal working (compilable) example.
I suggest something like this

\version "2.19.52"
\language "deutsch"

RH= \relative c'' {
  \time 4/4
  \key c \major
  \repeat unfold 20 c4
}

LH = \relative c {
  \clef bass
  \key c \major
  \repeat unfold 20 c
}

Struktur =
{
  %\override Score.NonMusicalPaperColumn.page-break-permission = ##f
  %\override Score.SpacingSpanner.base-shortest-duration = #(ly:make-moment 1/8)
  %\override NonMusicalPaperColumn.line-break-permission = ##f
  s4 * 8 \break
}

\score
{
  \new PianoStaff
  <<
    \new Staff="up"
    <<
      \new Voice \RH
      %% \new Voice \RHii %% add other Voices here
    >>
    \new Staff="down"
    <<
      \new Voice \LH
      \new NullVoice \Struktur
    >>
  >>
}


Greetinx
Manuela

2017-06-16 16:31 GMT+02:00 Son_V <address@hidden>:
Grazie Federico



--
View this message in context: http://lilypond.1069038.n5.nabble.com/Humble-question-Forced-line-breack-tp203890p203894.html
Sent from the User mailing list archive at Nabble.com.

_______________________________________________
lilypond-user mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/lilypond-user


reply via email to

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