lilypond-user
[Top][All Lists]
Advanced

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

Style question for bar checks


From: Noeck
Subject: Style question for bar checks
Date: Mon, 7 Sep 2015 18:29:10 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0

Hi,

this is a question of ly code style:
Would you recommend putting the bar check always after the note or in
some circumstances also after an including brace?

Background: In many cases it is wrong to put a bar check outside braces
because it is then outside the music expression and appears as its own
music expression. Like:

  \alternative {
    { a2 b } |  % wrong
    { a2 a } |  % wrong
  }

This makes me think one should perhaps always write `a | }`
instead of `a } |` – but how about this case?

  a2 \tuplet 3/2 { a4 a a } |

Would anyone prefer this?

  a2 \tuplet 3/2 { a4 a a | }

Cheers,
Joram


PS: And yes, of course, it does not matter really.



reply via email to

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