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 <vincenzo.a...@gmail.com>:

> 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
> lilypond-user@gnu.org
> https://lists.gnu.org/mailman/listinfo/lilypond-user
>
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to