Re: Tie between staves of a PianoStaff

2024-05-09 Thread Kris Van Bruwaene
Thanks for your contributions. They inspired me to an easy bypass: ties may not 
work between staves, but slurs do, and the difference is not really 
conspicuous. Result attached.



On Wednesday, 8 May 2024 at 18:44:10 CEST, David Wright 
 wrote: 





On Wed 08 May 2024 at 13:40:23 (+), Kris Van Bruwaene wrote:

> Is there a simple solution for putting a tie between staves of a pianostaff? 
> I need to tie a note of the lower voice on the upper staff to a note of the 
> upper voice on the lower staff. I found this on StackExchange: 
> https://music.stackexchange.com/questions/74383/lilypond-ties-across-staves 
> but it's five years old and seems rather difficult to implement.
> I use version 2.24.2 on Debian.


I'd agree with Knute: you have to bite the bullet and learn \shape.

But in the old stackexchange post, I'd be tempted to make the tie
unambiguous. The result is not publishable, but I don't think it
leaves room for doubt, even with no extra work, and it's \break-
able at either barline. (I'm assuming the lower e /is/ restruck
in measure two.)

Cheers,
David.



myTie.pdf
Description: Adobe PDF document
\version "2.24.2"
organUp = \relative c' {
\clef treble
\key e \minor
r2\mf
<< 
  { \voiceOne
  c4 d | e2( g)
  } 
  \new Voice { \voiceTwo
  s2 | s2 e
  }
  \new Voice { \voiceThree % ties (actually slurs) between staves
  s2 \stemDown \slurDown b2( \change Staff = "down" \voiceOne b4) \change Staff = "up" s4 % 2
  }
>>
}

organDown = \relative c' {
\clef bass
\key e \minor
<< 
  { \voiceOne
  r4 b2 a4 | g2 s4 a
  }
  \new Voice { \voiceTwo
  e1 ~ | e4 d c2
  }
>>
}
\score {
  \new PianoStaff \with { midiInstrument = #"church organ" } <<
\new Staff = "up" \organUp
\new Staff = "down" \organDown
  >>
  \layout { }
}


Tie between staves of a PianoStaff

2024-05-08 Thread Kris Van Bruwaene
Is there a simple solution for putting a tie between staves of a pianostaff? I 
need to tie a note of the lower voice on the upper staff to a note of the upper 
voice on the lower staff. I found this on StackExchange: 
https://music.stackexchange.com/questions/74383/lilypond-ties-across-staves but 
it's five years old and seems rather difficult to implement.
I use version 2.24.2 on Debian.




How to put a big number in the upper left or right corner of a score?

2023-08-28 Thread Kris Van Bruwaene

(Lilypond version 2.24.1, Guile 2.2). 


What is the easiest way to put a big number (e.g. font size 4 bold)  in the 
upper left or right corner of a score? In previous versions I used to manage 
this with a double header, one in \book and one in \score, and faking a second 
"poet" (left corner) or "composer" (right corner), but this does not seem to 
work any more, at least not the way it used to. Moreover it isn't a very 
"clean" solution. Something like a regular (but huge) page number would be 
better.






alla breve for time 2/1

2013-08-20 Thread Kris Van Bruwaene
I want to use an alla breve or barred C for time 2/1. I found this 
snippet on a previous post:

\set Staff.timeSignatureFraction = #'(2. 2)
but when I try it it gives an error in my Lily version (2.16.1):
waarschuwing: type controle gefaald voor `timeSignatureFraction'; waarde 
`(2.0 2)' moet type hebben: `fraction, as pair'

??

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


Alla breve for time 2/1

2013-08-20 Thread Kris Van Bruwaene
I want to use an alla breve or barred C for time 2/1. I found this snippet on a 
previous post: 
\set Staff.timeSignatureFraction = #'(2. 2) 
but when I try it it gives an error in my Lily version (2.16.1): 
waarschuwing: type controle gefaald voor `timeSignatureFraction'; waarde `(2.0 
2)' moet type hebben: `fraction, as pair' 
?? ___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Clashing note columns

2011-12-10 Thread Kris Van Bruwaene

Here is an example.

Kris
http://old.nabble.com/file/p32951130/lilytest.ly lilytest.ly 

David Kastrup wrote:
> 
> Kris Van Bruwaene  writes:
> 
>> I am typesetting a choral piece wich has two voices coming in unisono on
>> a
>> single staff, one with a whole note (g1), the other with two half notes
>> (g2
>> g2). The whole note and the first half note clash at the start of the
>> measure. I tried to avoid the clash with the remedies given in the
>> Lilypond
>> manual:
>> 1) \once \override NoteColumn #'force-hshift = #2.7 g1
>> to shift the whole note to the right in the measure; no effect. And
>> 2) in the lyrics:
>> { al -- le -- lu -- \once \override LyricText #'self-alignment-X =
>> #CENTER
>> ia } (from Lilypond Snippets Lyrics alignment)
>> No effect either, probably because the syllable "ia" is too short.  How
>> can
>> I solve this?
> 
> I can't quite see your example code.
> 
> -- 
> David Kastrup
> 
> 
> ___
> lilypond-user mailing list
> lilypond-user@gnu.org
> https://lists.gnu.org/mailman/listinfo/lilypond-user
> 
> 

-- 
View this message in context: 
http://old.nabble.com/Clashing-note-columns-tp32919673p32951130.html
Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.


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


Clashing note columns

2011-12-06 Thread Kris Van Bruwaene

I am typesetting a choral piece wich has two voices coming in unisono on a
single staff, one with a whole note (g1), the other with two half notes (g2
g2). The whole note and the first half note clash at the start of the
measure. I tried to avoid the clash with the remedies given in the Lilypond
manual:
1) \once \override NoteColumn #'force-hshift = #2.7 g1
to shift the whole note to the right in the measure; no effect. And
2) in the lyrics:
{ al -- le -- lu -- \once \override LyricText #'self-alignment-X = #CENTER
ia } (from Lilypond Snippets Lyrics alignment)
No effect either, probably because the syllable "ia" is too short.  How can
I solve this?

Using Lilypond version 2.14.1 on Arch Linux.
 
-- 
View this message in context: 
http://old.nabble.com/Clashing-note-columns-tp32919673p32919673.html
Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.


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


Lyrics and repeats

2009-10-29 Thread Kris Van Bruwaene
I'm transcribing Six old Dutch Songs for choir and reed organ (harmonium), one
of which has a repeat section with different lyrics and alternative endings
(using LP 2.12.1 on Ubuntu 9.04.). For the voltas (1 measure ending) I used the
procedure outlined on page 99 of the current notation reference (for LP 2.12.2),
with a \partial 4*3 in the first \alternative. However an erroneous bar appears
after the first beat of the second volta, as if it were a continuation of volta
1. Other problems with it that I can't solve:
- how to get the (final) lyrics repeated there?
- how to get the slurs extended into it?
- how to delete it from the midi output (or get the repeat working in midi)?
and how to print the piece of text that is identical in both repeats only once.
The Lilypond notation reference has a very brief section on page 190, titled
"Lyrics and repeats: TBC". :-( The troubled piece is on
http://icking-music-archive.org/ByComposer/Duyse.php (nr. 3, "Het was er te 
nacht").

One more strange thing: in the first section a single syllable is placed under
beamed notes, without the need for a slur. In the repeated section however, I
have to put slurs over the beamed notes to get the lyrics placed correctly. What
could be the cause?

Thanks

Kris



___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user