Volta spanner only on first and last repeat bar

2023-08-19 Thread Vlado Ilić
I can shorten a volta spanner to first bar with \set Score.voltaSpannerDuration But how can I make it show on the last bar? For example, the first repeat bar is on page 1 and the last bar is on page 3, how can i avoid printing volta spanner on the 2nd page?

Re: Repeat bar :|] doesn't appear if next line has [|: bar

2022-03-17 Thread Flaming Hakama by Elaine
> > > -- Forwarded message -- > From: Andrew Zah > To: lilypond-user@gnu.org > Cc: > Bcc: > Date: Thu, 17 Mar 2022 10:43:49 -0400 > Subject: Repeat bar :|] doesn't appear if next line has [|: bar > Hi, is there a way to make lilypond render the closin

Re: Repeat bar :|] doesn't appear if next line has [|: bar

2022-03-17 Thread Omer Katzir
1.2.5 Bars - LilyPond Notation Referencehttps://lilypond.org › doc › Documentation › bars > On

Repeat bar :|] doesn't appear if next line has [|: bar

2022-03-17 Thread Andrew Zah
Hi, is there a way to make lilypond render the closing \bar ":|]"? On measure 8 there should be a bar, but due to the bar on measure 9 it doesn't get rendered. Thanks, AndrewendLine = \break voltaStartBar = \bar "[|:" voltaEndBar = \bar ":|]" boxMark = #(define-music-function (parser

Re: Repeat bar

2021-11-06 Thread Mahanidhi
No more needed. Thanks. ‐‐‐ Original Message ‐‐‐ Il venerdì 5 novembre 2021 20:25, Thomas Morley ha scritto: > Am Fr., 5. Nov. 2021 um 09:50 Uhr schrieb Mahanidhi > : > >> Hello, >> I'm triyng to have the second line open at the end as the first. But with >> repeats bar at the third

Re: Repeat bar

2021-11-05 Thread Thomas Morley
Am Fr., 5. Nov. 2021 um 09:50 Uhr schrieb Mahanidhi < mahani...@protonmail.com>: > > Hello, > I'm triyng to have the second line open at the end as the first. But with > repeats bar at the third line the second line get a bar and if I try to > overrite with *\once \hide Staff.BarLine *also the

Re: Repeat bar

2021-11-05 Thread Knute Snortum
Cross-posted here: https://music.stackexchange.com/questions/118338/repeat-bar-errors -- Knute Snortum On Fri, Nov 5, 2021 at 8:57 AM Valentin Petzel wrote: > > Well, that's true. By the way the german translation does specify that this > should not produce any warnings

Re: Repeat bar

2021-11-05 Thread Valentin Petzel
Well, that's true. By the way the german translation does specify that this should not produce any warnings or errors that are unrelated to the problem. Valentin 05.11.2021 15:31:17 David Kastrup : > Valentin Petzel writes: > >> Hello David, >> >> I think that is implicitly specified by the

Re: Repeat bar

2021-11-05 Thread Mahanidhi
Sorry I forgot to add the include-all file. here it is: http://lilybin.com/6s1z36/1 ‐‐‐ Original Message ‐‐‐ Il venerdì 5 novembre 2021 15:31, David Kastrup ha scritto: > Valentin Petzel valen...@petzel.at writes: > > > Hello David, > > > > I think that is implicitly specified by the

Re: Repeat bar

2021-11-05 Thread David Kastrup
Valentin Petzel writes: > Hello David, > > I think that is implicitly specified by the term „working”. The word "working" is not anywhere on the webpage . -- David Kastrup

Re: Repeat bar

2021-11-05 Thread Valentin Petzel
Hello David, I think that is implicitly specified by the term „working”. If the question is about why something does not compile this would then be a minimal non-working example, I guess. Anyway, hello Mahanihi, I’m cannot exactly say what you want, but I guess your problem is that you want

Re: Repeat bar

2021-11-05 Thread David Kastrup
Mahanidhi writes: > Hello, > I'm triyng to have the second line open at the end as the first. But with > repeats bar at the third line the > second line get a bar and if I try to overrite with \once \hide Staff.BarLine > also the bar at the third > line disappears. What's the correct way to do

Repeat bar

2021-11-05 Thread Mahanidhi
Hello, I'm triyng to have the second line open at the end as the first. But with repeats bar at the third line the second line get a bar and if I try to overrite with \once \hide Staff.BarLine also the bar at the third line disappears. What's the correct way to do it? Thank you.[sample.png]

Re: Ending repeat bar not rendering

2017-02-01 Thread MikVar
Klaus, Thanks very much for your quick response. It works just as I need now! Lesson learned: Don't fight with the LP \repeat mechanism! :) Thanks again, MikVar -- View this message in context: http://lilypond.1069038.n5.nabble.com/Ending-repeat-bar-not-rendering-tp199659p199664.html Sent

Ending repeat bar not rendering

2017-02-01 Thread MikVar
reproduces the problem. I have tried what seems like a million different variations of this code, but no matter what I try, the ending repeat bar is swallowed by the engraver. Interestingly, when more lines are added, they do not display the ending repeat bar either. Only the final repeat bar of the file

Re: Ending repeat bar not rendering

2017-02-01 Thread Klaus Blum
Hi MikVar, welcome to the list! MikVar wrote > no matter what I try, the ending repeat bar is swallowed by the engraver. The solution should be quite simple: Don't change the repeat bar lines that are automatically created by the \repeat comma

Re: getting repeat bar lines to print across an entire system

2016-07-26 Thread Marc Hohl
Am 24.07.2016 um 18:10 schrieb David Kastrup: [...] Well, accolades are nice and everything, but if we are talking about frequently desired functionality, it makes sense that enough hooks are in LilyPond itself that a custom layout can then be called upon with one rather than 20 pages of Scheme

Re: getting repeat bar lines to print across an entire system

2016-07-25 Thread Robert Edge
> And now I'm pissed, maybe I should revert this part of the code. > Okay, you do whatever you want man. We'll just say it works as intended by the developer. Or doesn't, but is too hard to fix. Or whatever. There will be no bug report. Got it. ___

Re: getting repeat bar lines to print across an entire system

2016-07-25 Thread Thomas Morley
2016-07-25 22:45 GMT+02:00 Robert Edge : > >> >> So I'd say this part of the code is not broken but works as it should, >> it's just not like you'd expect it should be. >> > > I'm not sure where you are seeing charts drawn like that. I did not say having seen such

Re: getting repeat bar lines to print across an entire system

2016-07-25 Thread Robert Edge
> > So I'd say this part of the code is not broken but works as it should, > it's just not like you'd expect it should be. > > I'm not sure where you are seeing charts drawn like that. I'm used to seeing this: http://www.saxuet.qc.ca/TheSaxyPage/Realbook%20C/Four.jpg or this:

Re: getting repeat bar lines to print across an entire system

2016-07-25 Thread Thomas Morley
2016-07-24 15:53 GMT+02:00 Robert Edge : > So there is a snippet here: http://lsr.di.unimi.it/LSR/Item?id=1032 > > That gets pretty close. > > I am assuming that no one writes that much scheme code unless the > functionality is broken in Lilypond proper. I'll prepare

Re: getting repeat bar lines to print across an entire system

2016-07-24 Thread David Kastrup
Andrew Bernard writes: > Hi Robert, > > Welcome to the lilypond universe. > > In relation to Scheme code volume, your assumption is a bit off. The > LSR you refer to is about a typical size Scheme function for the level > of functionality it is providing. It's not

Re: getting repeat bar lines to print across an entire system

2016-07-24 Thread Carl Sorensen
On 7/24/16 9:43 AM, "Robert Edge" wrote: >Are you >saying that the current behavior is intentional, that the Lilypond >developers think that is how those bar lines should look? I don't know >that I've ever seen someone draw a chart like that. If this is how the

Re: getting repeat bar lines to print across an entire system

2016-07-24 Thread Robert Edge
> > I'd also add that it is not so much the case the lilypond is broken > and fails to function, but that lilypond just fails to provide a > particular function that you have need of. > By broken I mean failing to behave as the documentation says it should. see here:

Re: getting repeat bar lines to print across an entire system

2016-07-24 Thread Andrew Bernard
Hi Robert, Welcome to the lilypond universe. In relation to Scheme code volume, your assumption is a bit off. The LSR you refer to is about a typical size Scheme function for the level of functionality it is providing. It's not twenty pages after all, and for a fluent Scheme programmer, it is

Re: getting repeat bar lines to print across an entire system

2016-07-24 Thread Robert Edge
So there is a snippet here: http://lsr.di.unimi.it/LSR/Item?id=1032 That gets pretty close. I am assuming that no one writes that much scheme code unless the functionality is broken in Lilypond proper. I'll prepare a bug report. ___ lilypond-user

getting repeat bar lines to print across an entire system

2016-07-23 Thread Robert Edge
hey there, So this: \score{ \new StaffGroup << \new Staff { \bar ".|:" c'1 c'1 \bar ":..:" c'1 c'1 \bar ":|." } \new Staff { \bar ".|:" c'1 c'1 \bar ":..:" c'1 c'1 \bar ":|." } >>

Re: Winged repeat bar line unique over multiple staves

2016-03-22 Thread Alexis Maleval
Thank you Simon. Thomas, your solution works very well too and it’s seems easier to use. Thank you very much for your help. Best regards, Alexis. > Le 22 mars 2016 à 23:10, Simon Albrecht a écrit : > > On 22.03.2016 23:01, Alexis Maleval wrote: >> Hi Thomas, >> thanks

Re: Winged repeat bar line unique over multiple staves

2016-03-22 Thread Simon Albrecht
On 22.03.2016 23:01, Alexis Maleval wrote: Hi Thomas, thanks for your support, unfortunately I wasn’t able to open the two files, are they encrypted? No, they aren’t. I can open them just fine. See in case they didn’t

Re: Winged repeat bar line unique over multiple staves

2016-03-22 Thread Alexis Maleval
Hi Thomas, thanks for your support, unfortunately I wasn’t able to open the two files, are they encrypted? Regards, Alexis. > Le 22 mars 2016 à 22:19, Thomas Morley a écrit : > > Type: TEXT/PLAIN; > charset=UTF-8 > > 2016-03-22 15:57 GMT+01:00 Thomas Morley

Re: Winged repeat bar line unique over multiple staves

2016-03-22 Thread Alexis Maleval
(+ (* bracket-height -1) -1.58) > 1.89 ,(+ (* bracket-height -1) -1.50) 1.85 ,(+ (* bracket-height -1) > -1.45)) > (curveto 1.14 ,(+ (* bracket-height -1) -0.40) > 0.93 ,(+ (* bracket-height -1) -0.18) 0.45 ,(* bracket-height -1)) >

Re: Winged repeat bar line unique over multiple staves

2016-03-22 Thread Thomas Morley
2016-03-22 15:57 GMT+01:00 Thomas Morley : > Lemme think a bit more about the problem. In the past I tried > different methods to solve it, none of it convincing. > But maybe I'll get a better or at least new idea soon ... Attached best I can do for today. Too tired

Re: Winged repeat bar line unique over multiple staves

2016-03-22 Thread Klaus Blum
0.93 ,(+ (* bracket-height -1) -0.18) 0.45 ,(* bracket-height -1)) (closepath addUpperWing = #(define-music-function (parser location repeat-bar-type) (string?) (cond ((string=? repeat-bar-type "[") #{ \once \override Staf

Re: Winged repeat bar line unique over multiple staves

2016-03-22 Thread Marc Hohl
Am 22.03.2016 um 14:20 schrieb Malte Meyn: Am 22.03.2016 um 14:03 schrieb Alexis Maleval: Hi, I would like to know how to prevent a winged repeat bar line to be split when it has to cover 2 staves. Probably this isn’t possible yet; Yep. I rewrote the bar line stuff some years ago

Re: Winged repeat bar line unique over multiple staves

2016-03-22 Thread David Kastrup
Thomas Morley writes: > 2016-03-22 15:46 GMT+01:00 David Kastrup : > >> And once you cater for that, the output is, uh, creative? > > > lol > > http://lilypond.1069038.n5.nabble.com/attachment/58326/1/barlineOmegaBild.png > shows how it was meant to be

Re: Winged repeat bar line unique over multiple staves

2016-03-22 Thread Thomas Morley
2016-03-22 15:46 GMT+01:00 David Kastrup : > And once you cater for that, the output is, uh, creative? lol http://lilypond.1069038.n5.nabble.com/attachment/58326/1/barlineOmegaBild.png shows how it was meant to be Cheers, Harm ___

Re: Winged repeat bar line unique over multiple staves

2016-03-22 Thread Thomas Morley
2016-03-22 15:25 GMT+01:00 Alexis Maleval : > Thank you guys your quick answers and explanation. > Here is attached an actual compilable example. > > > > By the way I’ve found this > ttp://lilypond.1069038.n5.nabble.com/repeat-barlines-with-wings-td58324.html >

Re: Winged repeat bar line unique over multiple staves

2016-03-22 Thread David Kastrup
David Kastrup writes: > Alexis Maleval writes: > >> Thank you guys your quick answers and explanation. >> Here is attached an actual compilable example. >> >> >> >> By the way I’ve found this >>

Re: Winged repeat bar line unique over multiple staves

2016-03-22 Thread David Kastrup
Alexis Maleval writes: > Thank you guys your quick answers and explanation. > Here is attached an actual compilable example. > > > > By the way I’ve found this > ttp://lilypond.1069038.n5.nabble.com/repeat-barlines-with-wings-td58324.html > Unfortunately the suggested

Re: Winged repeat bar line unique over multiple staves

2016-03-22 Thread Alexis Maleval
compilation error in 2.18.2. I don’t know if it could solve my problem.Regards.Alexis.Le 22 mars 2016 à 14:17, David Kastrup <d...@gnu.org> a écrit :Alexis Maleval <alexis.male...@gmail.com> writes:Hi,I would like to know how to prevent a winged repeat bar line to be split when it ha

Re: Winged repeat bar line unique over multiple staves

2016-03-22 Thread David Kastrup
Alexis Maleval <alexis.male...@gmail.com> writes: > Hi, > I would like to know how to prevent a winged repeat bar line to be split when > it has to cover 2 staves. > > Currently I'm using the following code : > > \layout { > \context { > \Score > %%

Re: Winged repeat bar line unique over multiple staves

2016-03-22 Thread Malte Meyn
Am 22.03.2016 um 14:03 schrieb Alexis Maleval: Hi, I would like to know how to prevent a winged repeat bar line to be split when it has to cover 2 staves. Probably this isn’t possible yet; a BarLine is put together from the bar lines of every single staff plus the SpanBars between

Winged repeat bar line unique over multiple staves

2016-03-22 Thread Alexis Maleval
Hi, I would like to know how to prevent a winged repeat bar line to be split when it has to cover 2 staves. Currently I'm using the following code : \layout { \context { \Score %% Changing the defaults from engraver-init.ly startRepeatType = #"[|:" end

Re: Repeat bar lines inside \markup block?

2015-05-06 Thread Pierre Perol-Schneider
GMT+02:00 Tobias Braun lists.tob...@braun-abstatt.de: Hi, Is there a way to print nice repeat bar lines in a \markup block used for verses of a song printed below the main score, instead of having to resort to |: or /:? I tried pasting the respective unicode signs and they display fine in my

Re: Repeat bar lines inside \markup block?

2015-05-06 Thread Tobias Braun
.msg10590#msg10590 Cheers, Pierre 2015-05-06 2:45 GMT+02:00 Thomas Morley thomasmorle...@gmail.com: 2015-05-06 1:24 GMT+02:00 Tobias Braun lists.tob...@braun-abstatt.de: Hi, Is there a way to print nice repeat bar lines in a \markup block used for verses of a song printed below

Repeat bar lines inside \markup block?

2015-05-05 Thread Tobias Braun
Hi, Is there a way to print nice repeat bar lines in a \markup block used for verses of a song printed below the main score, instead of having to resort to |: or /:? I tried pasting the respective unicode signs and they display fine in my text editor, but unfortunately, LilyPond turns them

Re: Repeat bar lines inside \markup block?

2015-05-05 Thread Thomas Morley
2015-05-06 1:24 GMT+02:00 Tobias Braun lists.tob...@braun-abstatt.de: Hi, Is there a way to print nice repeat bar lines in a \markup block used for verses of a song printed below the main score, instead of having to resort to |: or /:? I tried pasting the respective unicode signs

Overriding repeat bar line after line break without altering it before line break?

2014-11-15 Thread Peter Crighton
Hello, I need to offset a repeat bar line at the beginning of a system without moving the bar line at the end of the system above before the line break. Is that possible? Something like \alterBreak, but for non-spanners would help … \version 2.19.13 \relative c' { c1 \break \once \override

Re: Overriding repeat bar line after line break without altering it before line break?

2014-11-15 Thread Thomas Morley
2014-11-15 23:36 GMT+01:00 Peter Crighton petecrigh...@gmail.com: Hello, I need to offset a repeat bar line at the beginning of a system without moving the bar line at the end of the system above before the line break. Is that possible? Something like \alterBreak, but for non-spanners would

Re: Overriding repeat bar line after line break without altering it before line break?

2014-11-15 Thread Peter Crighton
2014-11-16 0:13 GMT+01:00 Thomas Morley thomasmorle...@gmail.com: 2014-11-15 23:36 GMT+01:00 Peter Crighton petecrigh...@gmail.com: Hello, I need to offset a repeat bar line at the beginning of a system without moving the bar line at the end of the system above before the line break

Re: Repeat volta not at beginning of piece doesn't get initial repeat bar line

2014-07-26 Thread Thomas Morley
2014-07-19 14:59 GMT+02:00 John McWilliam jsmcwill...@gmail.com: That works for me too. Thanks! One last detail - I hope - when the difference between the first and second time involves a whole bar the spanners cannot be seperated by a transparent bar. In such cases is the following snippet

Re: Repeat volta not at beginning of piece doesn't get initial repeat bar line

2014-07-19 Thread John McWilliam
} - John McWilliam -- View this message in context: http://lilypond.1069038.n5.nabble.com/Repeat-volta-not-at-beginning-of-piece-doesn-t-get-initial-repeat-bar-line-tp163676p164642.html Sent from the User mailing list archive at Nabble.com

Re: Repeat volta not at beginning of piece doesn't get initial repeat bar line

2014-07-18 Thread Thomas Morley
2014-07-17 19:29 GMT+02:00 John McWilliam jsmcwill...@gmail.com: I am deeply grateful for sorting out these problems associated with the bagpipe tune format and in particular those associated with repeats. I have another irritating glitch in the same grain. A measure can have two alternative

Re: Repeat volta not at beginning of piece doesn't get initial repeat bar line

2014-07-17 Thread John McWilliam
: http://lilypond.1069038.n5.nabble.com/Repeat-volta-not-at-beginning-of-piece-doesn-t-get-initial-repeat-bar-line-tp163676p164563.html Sent from the User mailing list archive at Nabble.com. ___ lilypond-user mailing list lilypond-user@gnu.org https

Re: Repeat volta not at beginning of piece doesn't get initial repeat bar line

2014-07-15 Thread Marc Hohl
Am 14.07.2014 19:00, schrieb Thomas Morley: 2014-07-14 18:47 GMT+02:00 Thomas Morley thomasmorle...@gmail.com: 2014-07-14 14:03 GMT+02:00 John McWilliam jsmcwill...@gmail.com: I'd not mix \repeat volta ... and \alternative ... with manual repeat settings. Correction, you _can_ mix them,

Re: Repeat volta not at beginning of piece doesn't get initial repeat bar line

2014-07-15 Thread John McWilliam
} } - John McWilliam -- View this message in context: http://lilypond.1069038.n5.nabble.com/Repeat-volta-not-at-beginning-of-piece-doesn-t-get-initial-repeat-bar-line-tp163676p164502.html Sent from the User mailing list archive at Nabble.com

Re: Repeat volta not at beginning of piece doesn't get initial repeat bar line

2014-07-15 Thread Paul Morris
.1069038.n5.nabble.com/Repeat-volta-not-at-beginning-of-piece-doesn-t-get-initial-repeat-bar-line-tp163676p164504.html Sent from the User mailing list archive at Nabble.com. ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman

Re: Repeat volta not at beginning of piece doesn't get initial repeat bar line

2014-07-15 Thread Thomas Morley
2014-07-15 20:08 GMT+02:00 John McWilliam jsmcwill...@gmail.com: Thanks Thomas for your input. I have applied your first alternative - the simpler one - to a four part piece. This is the classical length of a march in piping. The enclosed snippet illustrates the result. The end of the first

Re: Repeat volta not at beginning of piece doesn't get initial repeat bar line

2014-07-14 Thread John McWilliam
} \alternative { { g4. g8 a4. a8 } { % If the following volta text is introduced the previous repeat bar disappears % and a warning reports premature closure of the volta spanner. The spanner % remains open to the right. % \set Score.repeatCommands = #'((volta 2. --1,2

Re: Repeat volta not at beginning of piece doesn't get initial repeat bar line

2014-07-14 Thread Thomas Morley
with two alternative repeat ends \repeat volta 2 { e4. e8 f4. f8 } \alternative { { g4. g8 a4. a8 } { I'd not mix \repeat volta ... and \alternative ... with manual repeat settings. % If the following volta text is introduced the previous repeat bar

Re: Repeat volta not at beginning of piece doesn't get initial repeat bar line

2014-07-14 Thread Thomas Morley
2014-07-14 18:47 GMT+02:00 Thomas Morley thomasmorle...@gmail.com: 2014-07-14 14:03 GMT+02:00 John McWilliam jsmcwill...@gmail.com: I'd not mix \repeat volta ... and \alternative ... with manual repeat settings. Correction, you _can_ mix them, _if_ you use correct syntax. Though, it's a

Re: Repeat volta not at beginning of piece doesn't get initial repeat bar line

2014-06-28 Thread Peter Gentry
Funny it works fine for me without the \score. I thought this was implied if omitted. I did edit the music variable to make sure I was expecting a different output. regards Peter Gentry ___ lilypond-user mailing list lilypond-user@gnu.org

Re: Repeat volta not at beginning of piece doesn't get initial repeat bar line

2014-06-27 Thread Patrick or Cynthia Karl
Message: 6 Date: Thu, 26 Jun 2014 20:20:16 +0200 From: Marc Hohl m...@hohlart.de Subject: Re: Repeat volta not at beginning of piece doesn't get initial repeat bar line [...] Sorry, that doesn't work for me, result is the same. I assume you're saying to replace the \bar

Re: Repeat volta not at beginning of piece doesn't get initial repeat bar line

2014-06-27 Thread David Kastrup
Patrick or Cynthia Karl pck...@mac.com writes: Message: 6 Date: Thu, 26 Jun 2014 20:20:16 +0200 From: Marc Hohl m...@hohlart.de Subject: Re: Repeat volta not at beginning of piece doesn't get initial repeat bar line [...] Sorry, that doesn't work for me, result is the same. I assume

Repeat volta not at beginning of piece doesn't get initial repeat bar line

2014-06-26 Thread Patrick or Cynthia Karl
Section 1.4 of the Notation Manual says about volta repeats: volta The repeated music is not written out but enclosed between repeat bar lines. If the repeat is at the beginning of a piece, a repeat bar line is only printed at the end

Re: Repeat volta not at beginning of piece doesn't get initial repeat bar line

2014-06-26 Thread Jay Anderson
On Thu, Jun 26, 2014 at 8:37 AM, Patrick or Cynthia Karl pck...@mac.com wrote: Section 1.4 of the Notation Manual says about volta repeats: volta The repeated music is not written out but enclosed between repeat bar lines. If the repeat

Re: Repeat volta not at beginning of piece doesn't get initial repeat bar line

2014-06-26 Thread Patrick or Cynthia Karl
In lilypond-user Digest, Vol 139, Issue 98 Message: 6, Jay Anderson wrote: Date: Thu, 26 Jun 2014 08:53:23 -0700 From: Jay Anderson horndud...@gmail.com To: Patrick or Cynthia Karl pck...@mac.com Subject: Re: Repeat volta not at beginning of piece doesn't get initial repeat bar line

Re: Repeat volta not at beginning of piece doesn't get initial repeat bar line

2014-06-26 Thread Marc Hohl
: Re: Repeat volta not at beginning of piece doesn't get initial repeat bar line On Thu, Jun 26, 2014 at 8:37 AM, Patrick or Cynthia Karl pck...@mac.com wrote: Section 1.4 of the Notation Manual says about volta repeats: volta The repeated music is not written out but enclosed

Re: Repeat volta not at beginning of piece doesn't get initial repeat bar line

2014-06-26 Thread Marc Hohl
[...] Sorry, that doesn't work for me, result is the same. I assume you're saying to replace the \bar || with \bar .|:-||. Typo? \version 2.18.2 music = \relative b' { a1 a a a \bar .|:-|| \break \repeat volta 2 { a4 b c d } } \score { \new Staff { \music } } compiles

Re: Repeat volta not at beginning of piece doesn't get initial repeat bar line

2014-06-26 Thread James
On 26/06/14 16:53, Jay Anderson wrote: On Thu, Jun 26, 2014 at 8:37 AM, Patrick or Cynthia Karl pck...@mac.com wrote: Section 1.4 of the Notation Manual says about volta repeats: volta The repeated music is not written out but enclosed between repeat bar lines

Re: Repeat volta not at beginning of piece doesn't get initial repeat bar line

2014-06-26 Thread Jay Anderson
On Thu, Jun 26, 2014 at 2:05 PM, James pkx1...@gmail.com wrote: On 26/06/14 16:53, Jay Anderson wrote: You're right that the \bar || is overriding the repeat bar. I assume you're wanting a double bar before the break. Use \bar .|:-|| instead. You can lookup valid bar strings in bar-line.scm

Re: Customizing the position of the dots in repeat bar lines

2014-04-21 Thread Paul Morris
-in-repeat-bar-lines-tp161666p161697.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

Re: Customizing the position of the dots in repeat bar lines

2014-04-21 Thread Marc Hohl
Am 21.04.2014 17:01, schrieb Paul Morris: Paul Morris wrote And another one, now with dot-positions supplied as an argument. Submitted to the LSR, with a second example added: http://lsr.di.unimi.it/LSR/Item?id=913 Looks nice, thanks for submitting! Marc

Customizing the position of the dots in repeat bar lines

2014-04-20 Thread Paul Morris
Hello everyone, Here's an obscure one. I have worked out a way to customize the vertical position of the repeat dots in repeat bar lines. This would be for use with staves with custom line-positions, when you want something different from LilyPond's default positioning. As a side benefit

Re: Customizing the position of the dots in repeat bar lines

2014-04-20 Thread Paul Morris
.1069038.n5.nabble.com/Customizing-the-position-of-the-dots-in-repeat-bar-lines-tp161666p161668.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

Re: Customizing the position of the dots in repeat bar lines

2014-04-20 Thread Paul Morris
g } c,1 \bar .|: d4 e f g \bar :|. } } -- View this message in context: http://lilypond.1069038.n5.nabble.com/Customizing-the-position-of-the-dots-in-repeat-bar-lines-tp161666p161677.html Sent from the User mailing list archive at Nabble.com

Double bar line suppresses following repeat bar line

2014-03-09 Thread Patrick or Cynthia Karl
\layout {} } places a simple single bar line at the end of the 2nd alternative. My client wishes it to be a double bar line instead. I can do that by uncommenting the \bar || line, but that has the unfortunate side effect of eliminating the initial repeat bar line of the following section

Re: Double bar line suppresses following repeat bar line

2014-03-09 Thread Thomas Morley
instead. I can do that by uncommenting the \bar || line, but that has the unfortunate side effect of eliminating the initial repeat bar line of the following section. Is there a way to place a double bar line at the end of the 1st line without interfering with the repeat bar line

Re: Double bar line suppresses following repeat bar line

2014-03-09 Thread Trevor Daniels
the unfortunate side effect of eliminating the initial repeat bar line of the following section. Is there a way to place a double bar line at the end of the 1st line without interfering with the repeat bar line that follows? You'll need to define an appropriate bartype and code it at the appropriate

Re: Double bar line suppresses following repeat bar line

2014-03-09 Thread Thomas Morley
2014-03-09 22:28 GMT+01:00 Trevor Daniels t.dani...@treda.co.uk: You'll need to define an appropriate bartype and code it at the appropriate place, like this: \defineBarLine ||.|: #'(|| .|: ) No need for that, .|:-|| is predefined already. Cheers, Harm

Tie over Repeat Bar

2013-09-03 Thread Mark Stephen Mrotek
Hello! In the attached snippet I want to indicate that the f4 at the end of the first alternative should be tied upon repeat to the f at the beginning of the repeated section. Using ~ does not work as Lilypond considers it unterminated. What should I do? Thank you for your kind

RE: Tie over Repeat Bar

2013-09-03 Thread Mark Stephen Mrotek
@gnu.org Subject: Re: Tie over Repeat Bar Hi Mark, Check the user guide for a command called called \laissezVibrer - that's what you're looking for. Best, Robert - Von meinem Fliewatüüt gesendet. On 3 Sep 2013, at 17:20, Mark Stephen Mrotek carsonm...@ca.rr.com wrote: Hello

RE: Tie over Repeat Bar

2013-09-03 Thread Mark Stephen Mrotek
Mr. Holmes, I did reply to all. Your name was the only one to which I could reply! Mark From: Phil Holmes [mailto:m...@philholmes.net] Sent: Tuesday, September 03, 2013 9:58 AM To: Mark Stephen Mrotek; LilyPond User Group Subject: Re: Tie over Repeat Bar Please remember to reply

Re: Tie over Repeat Bar

2013-09-03 Thread Robert Schmaus
Hi Mark, Check the user guide for a command called called \laissezVibrer - that's what you're looking for. Best, Robert - Von meinem Fliewatüüt gesendet. On 3 Sep 2013, at 17:20, Mark Stephen Mrotek carsonm...@ca.rr.com wrote: Hello! In the attached snippet I want to indicate that

Re: Tie over Repeat Bar

2013-09-03 Thread Phil Holmes
: Tuesday, September 03, 2013 5:13 PM Subject: RE: Tie over Repeat Bar Mr. Holmes: If I had found the answer to my question in the documentation http://www.lilypond.org/doc/v2.16/Documentation/notation/writing-rhythms#ties, ( only ties into the second alternative are covered

Re: Tie over Repeat Bar

2013-09-03 Thread Thomas Morley
2013/9/3 Robert Schmaus robert.schm...@web.de: Hi Mark, Check the user guide for a command called called \laissezVibrer - that's what you're looking for. Best, Robert - Von meinem Fliewatüüt gesendet. On 3 Sep 2013, at 17:20, Mark Stephen Mrotek carsonm...@ca.rr.com wrote: Hello!

Re: Tie over Repeat Bar

2013-09-03 Thread Robert Schmaus
long enough. I shall put it in the score. Mark From: Robert Schmaus [mailto:robert.schm...@web.de] Sent: Tuesday, September 03, 2013 9:49 AM To: Mark Stephen Mrotek Cc: lilypond-user@gnu.org Subject: Re: Tie over Repeat Bar Hi Mark, Check the user guide for a command called

Re: Tie over Repeat Bar

2013-09-03 Thread Jim Long
On Tue, Sep 03, 2013 at 10:03:33AM -0700, Mark Stephen Mrotek wrote: I tried \laissezVibrer. It just did not look long enough. I shall put it in the score. As others have said, there is the shape directive. Some time ago, I gleaned this function off of this list. Put this in your code:

Re: Tie over Repeat Bar

2013-09-03 Thread Nick Payne
On 04/09/13 03:03, Mark Stephen Mrotek wrote: Robert: Thank you for your reply and the suggestion. I tried \laissezVibrer. It just did not look long enough. I shall put it in the score. LV ties can be lengthened. If you want all LV ties in the piece longer, then remove the \once - I

RE: Tie over Repeat Bar

2013-09-03 Thread Mark Stephen Mrotek
To: lilypond-user@gnu.org Subject: Re: Tie over Repeat Bar On 04/09/13 03:03, Mark Stephen Mrotek wrote: Robert: Thank you for your reply and the suggestion. I tried \laissezVibrer. It just did not look long enough. I shall put it in the score. LV ties can be lengthened. If you want all LV

Re: Repeat bar line do not show in polymetric music

2013-08-27 Thread Gilberto Agostinho
Hi to everybody, I have found a solution one of my questions on this mailing list, so I thought it would be nice for me to share it here (in case someone might look for it one day). It concerns the lack of automatic repeat bar lines when using \repeat volta N {music} with the following snippet

Repeat bar line do not show in polymetric music

2013-08-25 Thread Gilberto Agostinho
\remove Default_bar_line_engraver } \context { \Staff \consists Timing_translator \consists Time_signature_engraver \consists Default_bar_line_engraver } Everything now works fine, except for the bar line engraver... if I try to add repeat bar lines, they will not appear

Re: Repeat bar line do not show in polymetric music

2013-08-25 Thread Thomas Morley
engraver... if I try to add repeat bar lines, they will not appear in the final score! Not only that, but actually there will be NO bar lines at all on those points! Here is a complete example: \version 2.17.24 A = { \time 2/4 c'4 e' \bar .|: g' c'' \bar :|. e'' g'' \bar |. } B

Re: Repeat bar line do not show in polymetric music

2013-08-25 Thread Gilberto Agostinho
\consists Default_bar_line_engraver } Everything now works fine, except for the bar line engraver... if I try to add repeat bar lines, they will not appear in the final score! Not only that, but actually there will be NO bar lines at all on those points! Here is a complete

Re: Repeat bar line do not show in polymetric music

2013-08-25 Thread Thomas Morley
\consists Timing_translator \consists Time_signature_engraver \consists Default_bar_line_engraver } Everything now works fine, except for the bar line engraver... if I try to add repeat bar lines, they will not appear in the final score! Not only that, but actually

Re: Repeat bar line do not show in polymetric music

2013-08-25 Thread Gilberto Agostinho
Hi Thomas, Thank you so much for all your help, I really appreciate it. Well, in this case I will continue to manually add repeat bar lines, but I will also report this as a bug. Hopefully this could be solved in some future update. Take care! Gilberto

Vertically aligning repeat bar dots with custom staff lines

2012-09-05 Thread Wolfheart
are not equidistant from 0, I needed to change things like clef position, bar extent and rests (I made variables with things like g8\rest etc.). The repeat bar itself also got changed by the bat extent line, which is awesome. So far, so good. But that only changed the repeat bar's position and height (i.e. where

Space between time signature and repeat bar line.

2011-12-17 Thread Frederick Dennis
Dear All, Thanks to Peter Gentry and James pkx188h for helpful suggestions regarding first and second time repeat bars. I find that \set Score.repeatCommands = #'((volta #f) (volta 1.) ) is easier to use than the usual method. I've been trying to typeset a score which has an initial repeat bar

Re: Space between time signature and repeat bar line.

2011-12-17 Thread Thomas Morley
Hi Frederick, 2011/12/17 Frederick Dennis frederickden...@gmail.com: (...)   \once \override Staff.TimeSignature #'space-alist = (...) your command applies the 'space-alist-settings to the Staff-context. Using \once\override Score.TimeSignature #'space-alist = ... will work. HTH, Harm

Re: how to color a repeat bar line?

2011-08-04 Thread Phil Holmes
-- Phil Holmes - Original Message - From: harm6 thomasmorle...@googlemail.com To: lilypond-user@gnu.org Sent: Wednesday, August 03, 2011 10:14 PM Subject: Re: how to color a repeat bar line? Xavier Scheuer wrote: Nice one! Could you add it to the LSR? Cheers, Xavier

  1   2   >