lilypond-user
[Top][All Lists]
Advanced

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

Re: volta repeat with and without alternative ending


From: Gergely K.
Subject: Re: volta repeat with and without alternative ending
Date: Wed, 24 Jun 2015 19:35:16 +0200

On Wed, Jun 24, 2015 at 7:13 PM, tisimst <address@hidden> wrote:
Gergely,

I believed I answered this already on the bugs list here: http://lilypond.1069038.n5.nabble.com/repeat-volta-2-td178090.html#a178094

I didn't get an email response, so I was not aware of you reply. Sorry.
 
It got me thinking, though. Why don't you want the viola to have the same \repeat volta 2 { ... } \alternative { { ... } { ... } } structure, too?
Because in individual part score, it will look silly (alternative endings, but they are identical)
 
If you are making individual part scores, then you're going to need it, IMHO. If that's really not what you want, what should the viola be playing during the violin's 2nd ending?

Let me unfold this music
violin = \relative c'' { c4 d e f | c2 e | c4 d e f | f2 g |   c1  } % 5 bars
viola = \relative c' {c4 d e f | c2 c | c4 d e f | c2 c  |  c1 } % 5 bars
}



-Abraham

On Wed, Jun 24, 2015 at 9:48 AM, Gergely K. [via Lilypond] <[hidden email]> wrote:
Hi all!

I am engraving an orchestral score, and ran into the following: one staff has volta repeat with alternative ending, but the other staff has no alternate ending.

When I engrave the score for the conductor, strange thing happens (one staff is shorter, that the other)

I also would like to engrave scores for violin and viola, and those notes are in separate files. Viola part should not be aware of the alternative block in violin IMHO.

So, how should I write this piece to be correct? (online version: http://lilybin.com/mpasgy/4)

\version "2.18.2"
\language "deutsch"

violin = \relative c'' {
    \repeat volta 2 { c4 d e f | }
    \alternative {
      { c2 e | }
      { f2 g | }
    }
    c1
}

viola = \relative c' {
    \repeat volta 2 { c4 d e f |
    c2 c }
    c1
}

\score {
  <<
    \new Staff \violin
    \new Staff { \clef alto \viola }
  >>
  \layout { }
}


+-[ Gergely Kontra <[hidden email]> ]------------------+
|                                                           |
| Mobile:<a href="" value="+36203569656" target="_blank">(+36 20)356 9656                                   |
|                                                           |
+- "Olyan lángész vagyok, hogy poroltóval kellene járnom!" -+

_______________________________________________
lilypond-user mailing list
[hidden email]
https://lists.gnu.org/mailman/listinfo/lilypond-user



If you reply to this email, your message will be added to the discussion below:
http://lilypond.1069038.n5.nabble.com/volta-repeat-with-and-without-alternative-ending-tp178153.html
To start a new topic under User, email [hidden email]
To unsubscribe from Lilypond, click here.
NAML



View this message in context: Re: volta repeat with and without alternative ending
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]