[prev in list] [next in list] [prev in thread] [next in thread] 

List:       lilypond-user
Subject:    Re: Four Bars per Line/System, again :)
From:       Pierre Perol-Schneider <pierre.schneider.paris () gmail ! com>
Date:       2014-09-30 6:56:32
Message-ID: CAPHOTuWZBZesWErKF=qekXb-Gsyo=P5OcO0u+s8dee7_PesOZA () mail ! gmail ! com
[Download RAW message or body]

[Attachment #2 (multipart/alternative)]


Hi Marc,

2014-09-30 2:09 GMT+02:00 MarcM <marc@mouries.net>:


> any idea on how to make the theme "B" start on a new line?
>

Try \break ;)
Here's how I'd write it :

\version "2.19.11"

#(set-global-staff-size 22)
#(set-default-paper-size "letter")

\include "english.ly"

\paper {
  ragged-last-bottom = ##f
  ragged-bottom = ##t
}


myMusic = \relative c'' {
    \time 6/8
    \partial 8
    \mark \default
    \repeat volta 2 {
      g8 \repeat unfold 7 {  c8 c c c c c  }
      g4~g8 g4
    }
    \mark \default
    \break
    \repeat volta 2 {
      g8 \repeat unfold 7 {  c8 c c c c c  }
    }
    \alternative {
     { b c d  d e fs}
     { b, c d  d c b}
    }
}

\score {
  \new Staff {
    \once\override Score.RehearsalMark.self-alignment-X = #LEFT
    \myMusic
  }
  \layout {
    indent = 0
    system-count = 4
  }
}

HTH,
Pierre

[Attachment #5 (text/html)]

<div dir="ltr">Hi Marc,<br><div><div class="gmail_extra"><br><div \
class="gmail_quote">2014-09-30 2:09 GMT+02:00 MarcM <span dir="ltr">&lt;<a \
href="mailto:marc@mouries.net" \
target="_blank">marc@mouries.net</a>&gt;</span>:<br><div>   <br></div><blockquote \
class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid \
rgb(204,204,204);padding-left:1ex"> any idea on how to make the theme &quot;B&quot; \
start on a new line?<br></blockquote><div><br></div><div>Try \break \
;)<br></div><div>Here&#39;s how I&#39;d write it :<br><br><span \
style="font-family:courier new,monospace">\version \
&quot;2.19.11&quot;<br><br>#(set-global-staff-size 22)<br>#(set-default-paper-size \
&quot;letter&quot;)<br><br>\include &quot;<a \
href="http://english.ly">english.ly</a>&quot;<br><br>\paper {<br>   \
ragged-last-bottom = ##f<br>   ragged-bottom = ##t<br>}<br><br><br>myMusic = \
\relative c&#39;&#39; {<br>       \time 6/8<br>       \partial 8<br>       \mark \
\default<br>       \repeat volta 2 {<br>           g8 \repeat unfold 7 {   c8 c c c c \
c   }<br>           g4~g8 g4<br>       }<br>       \mark \default<br>       \
\break<br>       \repeat volta 2 {<br>           g8 \repeat unfold 7 {   c8 c c c c c \
}<br>       }<br>       \alternative {<br>         { b c d   d e fs}<br>         { b, \
c d   d c b}<br>       }<br>}<br><br>\score {<br>   \new Staff {<br>       \
\once\override Score.RehearsalMark.self-alignment-X = #LEFT<br>       \myMusic<br>   \
}<br>   \layout {<br>       indent = 0<br>       system-count = 4<br>   \
}<br>}</span><br><br></div><div>HTH,<br></div><div>Pierre<br></div><div><br><br> \
</div></div><br></div></div></div>



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


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic