RSS/Atom news feed?

2014-03-28 Thread Tobias Braun
Hi, I was wondering whether there was any such thing as an RSS/Atom news feed for the news items on the LilyPond homepage. I remember there used to be one way back on the old web site, but now I can't seem to find one. Right now, I am using a web service that polls the LilyPond homepage, tries

Staff change in piano music � general approach?

2010-12-29 Thread Tobias Braun
Hello, I am trying to typeset a Renaissance piece consisting of four voices in a way that makes it easier to play the piece on the piano, i.e. put the music into a PianoStaff. I have separated the individual voices and stored them in variables in order to be able to also make a version with four s

Re: Staff change in piano music - a general approach?

2010-12-30 Thread Tobias Braun
t;lower" << \global \clef > bass \new Voice { \voiceTwo \bass } >> >> } > > > But I can't seem to get LilyPond to use the same stems for the \voiceOne and > \voiceThree voices, > even when the note durations are the same. They always appear as separate

Re: Staff change in piano music - a general approach?

2010-12-30 Thread Tobias Braun
cross the tenor part to the other stave, you can put the command > \voiceTwo in the alto part and it will now be set into the second voice. You > can also set \voiceOne for the tenor part. You may also want to do: > > \override NoteColumn #'ignore-collision = ##f > > at

Re: Staff change in piano music - a general approach?

2011-01-02 Thread Tobias Braun
Thanks to all of you for your help. I've been experimenting with the \partcombine command, which looks like it's made to do exactly what I want. But unfortunately, it can only handle a maximum of two voices. Nesting doesn't work properly either. Is there a chance that the \partcombine command w

Problem with repeats: stray bar line

2015-05-05 Thread Tobias Braun
Hi, I have a weird problem with repeats that I just can't figure out. I've read the docs and tried different things for hours now, to no avail. Here's my minimal example: %% \version "2.18.2" \relative c' { \partial 4 \repeat volta 2 { c4 | c c c c | c

Re: Problem with repeats: stray bar line

2015-05-05 Thread Tobias Braun
t; --Steven > > -Original Message- > From: lilypond-user-bounces+panteck=hotmail@gnu.org > [mailto:lilypond-user-bounces+panteck=hotmail@gnu.org] On Behalf Of > Tobias Braun > Sent: Tuesday, May 05, 2015 2:07 PM > To: lilypond-user@gnu.org Group > Subject: P

Re: Lyric tie inside word?

2015-05-05 Thread Tobias Braun
e EG :-) – that would require > a manually tweaked version – but it’s clear. > > Yours, Simon > > Am 05.05.2015 um 23:23 schrieb Tobias Braun: >> Hi, >> >> How can I achieve a lyric tie inside a word, as seen in the second verse of >> the attached music? >

Re: Problem with repeats: stray bar line

2015-05-05 Thread Tobias Braun
4 e e } { > \set Timing.measurePosition = #(ly:make-moment 1/4) > f4 f f } } } > > Mark > > -Original Message- > From: lilypond-user-bounces+carsonmark=ca.rr@gnu.org > [mailto:lilypond-user-bounces+carsonmark=ca.rr@gnu.org] On Behalf Of

Re: Lyric tie inside word?

2015-05-05 Thread Tobias Braun
von Art und Mensch, ..." > } > } > > (It might even work with nested \markup commands) > > For use in \lyricmode consider > <http://lilypond.org/doc/v2.18/Documentation/notation/common-notation-for-vocal-music#multiple-syllables-to-one-note>. > Wit

Re: Problem with repeats: stray bar line

2015-05-05 Thread Tobias Braun
again after the second alternative, else all following music (if there were > any) would go on with 3/4 time (without a printed change of TimeSignature!). > > Am 05.05.2015 um 23:56 schrieb Tobias Braun: >> Yes, it does, thank you! >> >> But the docs tell me

Re: Problem with repeats: stray bar line

2015-05-05 Thread Tobias Braun
to fix this on the bottom of every page. I hope it will help. > > Yours, Simon > > Am 05.05.2015 um 23:56 schrieb Tobias Braun: >> Yes, it does, thank you! >> >> But the docs tell me to use measureLength in some way. Is using >> measurePosition, as you suggested, ju

Re: Problem with repeats: stray bar line

2015-05-05 Thread Tobias Braun
http://lilypond.org/doc/v2.18/Documentation/notation/long-repeats.html Search for "Timing.measureLength" there. Am 06.05.2015 um 00:52 schrieb Simon Albrecht : > Am 06.05.2015 um 00:46 schrieb Tobias Braun: >> So modifying measureLength, as suggested by the documentation, is

Re: Lyric tie inside word?

2015-05-05 Thread Tobias Braun
Never mind. It's working now, thanks a lot! Good night, Tobias Am 06.05.2015 um 00:51 schrieb Simon Albrecht : > So sorry. I should’ve tested the code before posting… > You need to use \line { } instead of a simple string in "". See attachment. > > > Am 06.0

Re: Problem with repeats: stray bar line

2015-05-05 Thread Tobias Braun
d. I’ll make a bug report. > > Yours, Simon > > Am 06.05.2015 um 00:55 schrieb Tobias Braun: >> http://lilypond.org/doc/v2.18/Documentation/notation/long-repeats.html >> >> Search for "Timing.measureLength" there. >> >> >> Am 06.05.2

Re: Problem with repeats: stray bar line

2015-05-05 Thread Tobias Braun
02 schrieb Simon Albrecht: >> Indeed. I’ll make a bug report. >> >> Yours, Simon >> >> Am 06.05.2015 um 00:55 schrieb Tobias Braun: >>> http://lilypond.org/doc/v2.18/Documentation/notation/long-repeats.html >>> >>> Search for "Timin

Re: Lyric tie inside word?

2015-05-05 Thread Tobias Braun
\).) Am 06.05.2015 um 01:08 schrieb Thomas Morley : > 2015-05-06 1:02 GMT+02:00 Tobias Braun : >> Never mind. It's working now, thanks a lot! >> >> Good night, >> Tobias >> >> >> Am 06.05.2015 um 00:51 schrieb Simon Albrecht : >> >>

Re: Lyric tie inside word?

2015-05-05 Thread Tobias Braun
How would I put that character _below_ a word (as opposed to in-between two words)? Am 06.05.2015 um 01:16 schrieb Kieren MacMillan : > Hi all, > > Can’t you just use ‿ ?? > I’ve used it in the past, and it’s worked wonderfully for me. > > Hope this helps, > Kieren. > ___

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: Lyric tie inside word?

2015-05-06 Thread Tobias Braun
Hi Kieren, I see, thanks! Tobias Am 06.05.2015 um 02:46 schrieb Kieren MacMillan : > Hi Tobias, > >> How would I put that character _below_ a word (as opposed to in-between two >> words)? > > Maybe like: > > \version "2.19.17" > \markup \combine test \translate #'(0.85 . -0.5) ‿ > > Hope

Re: Repeat bar lines inside \markup block?

2015-05-06 Thread Tobias Braun
g10590#msg10590 > > Cheers, > Pierre > > 2015-05-06 2:45 GMT+02:00 Thomas Morley : > 2015-05-06 1:24 GMT+02:00 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 s