Re: mid-measure key change

2013-12-15 Thread Keith OHara
Mark Stephen Mrotek ca.rr.com> writes: > The key change in the upper staff can be properly aligned (after the “g”) if I use \bar '' '' and \break. This disrupts Lilypond’s auto-spacing. >   > Is another solution possible? >   You can insert a solid bar line in the middle of the measure, to avoi

#' is no longer needed with \tag

2013-12-15 Thread Paul Morris
Hi everyone, I just discovered that just like with \override, in 2.17 you no longer need to use #' with \tag. This is a really nice improvement! It makes tags feel much more lightweight to use, and everything is easier on the eyes. Dotted lists work too! Instead of: \removeWithTag #'aa

Re: minor chord names lowercase - es problem

2013-12-15 Thread Henning Hraban Ramm
Am 2013-12-15 um 18:26 schrieb Thomas Morley : > Additional bass is downcase. > And how can I change that? Mostly I’d like my additional bass uppercase, only in some cases (sic) lowercase. Greetlings, Hraban --- fiëé visuëlle Henning Hraban Ramm http://www.fiee.net http://angerweit.tikon.ch/l

RE: mid-measure key change

2013-12-15 Thread Mark Stephen Mrotek
Mr. Kastrup, Thank you for your expenditure of time and effort on this matter. Your reply is appreciated. Alex Loomis has offered a suggestion - make two 2/2 measures. I have yet to try it in context. Mark -Original Message- From: David Kastrup [mailto:d...@gnu.org] Sent: Sunday, Decemb

Re: mid-measure key change

2013-12-15 Thread David Kastrup
"Mark Stephen Mrotek" writes: > Hello, > > > > The key change in the upper staff can be properly aligned (after the "g") if > I use \bar '' '' and \break. This disrupts Lilypond's auto-spacing. > > > > Is another solution possible? I don't see an obvious solution (but then I don't understand

RE: mid-measure key change

2013-12-15 Thread Mark Stephen Mrotek
Alex Loomis, Thank you for your reply and the instructions. I see that it works. I shall need some time to connect each command to its result in the score. Mark From: alexisloo...@gmail.com [mailto:alexisloo...@gmail.com] On Behalf Of Alex Loomis Sent: Sunday, December 15, 2013 7:37 PM

Re: What is it called and can I do it?

2013-12-15 Thread Guy Stalnaker
Oh my god! I do a lot with lilypond, but it's moments like these when I learn just how much I do not know about it. Amusing there appears to be stuff you don't understand, too. LOL I know it's all relative, but still. Thank you. I'm headed to bed here in Wisconsin. Will try it out tomorrow. Guy

Re: mid-measure key change

2013-12-15 Thread Alex Loomis
If this is something you're composing, general practice would suggest you move it to the beginning or end of the bar. That said, you could make time signatures and bar lines temporarily invisible and represent that internally as two bars of 2/2. \version "2.16.2" global = { \key c \major \num

mid-measure key change

2013-12-15 Thread Mark Stephen Mrotek
Hello, The key change in the upper staff can be properly aligned (after the "g") if I use \bar '' '' and \break. This disrupts Lilypond's auto-spacing. Is another solution possible? Thank you. Mark \version "2.16.2" global = { \key c \major \numericTimeSignature \time 4/2

Re: What is it called and can I do it?

2013-12-15 Thread Alex Loomis
Disclaimer: the override inside of the relative block comes from this thread, I have no idea how it works. \version "2.17.29" reminder = #(define-music-function (parser location note) (ly:music?) #{ \once \override ParenthesesItem #'f

Re: What is it called and can I do it?

2013-12-15 Thread Alex Loomis
The following works, but it doesn't exactly look nice. I'll play around with it a little to see if I can clean it up. \version "2.17.29" {dis' \grace{ \parenthesize es'8 }} On Sun, Dec 15, 2013 at 8:39 PM, Nick Baskin wrote: > On Sun, Dec 15, 2013 at 8:35 PM, Guy Stalnaker wrote: > >> No. It

Re: What is it called and can I do it?

2013-12-15 Thread Nick Baskin
On Sun, Dec 15, 2013 at 8:35 PM, Guy Stalnaker wrote: > No. It is the notational equivalent of: > > ds (ef) | ef > > The (ef) would be transparent to midi and lyrics. > > -- > "There is only love, and then oblivion. Love is all we have > to set against hatred." (paraphrased) Ian McEwan > > Guy St

Re: What is it called and can I do it?

2013-12-15 Thread Guy Stalnaker
No. It is the notational equivalent of: ds (ef) | ef The (ef) would be transparent to midi and lyrics. -- "There is only love, and then oblivion. Love is all we have to set against hatred." (paraphrased) Ian McEwan Guy Stalnaker jimmyg...@gmail.com > On Dec 15, 2013, at 7:30 PM, Alex Loomis

Re: Alternate endings with chord names above (or below) them look bad

2013-12-15 Thread Alex Loomis
You can also set the chords' outside-staff-priority to 601 - the volta bar's is 600 - but that looks bad if you have a chord anywhere other than the downbeat of the first bar. On Sun, Dec 15, 2013 at 7:32 PM, Sam Whited wrote: > On 12/15/2013 03:09 PM, Jim Long wrote: > > Perhaps you can share

Re: What is it called and can I do it?

2013-12-15 Thread Alex Loomis
You mean like this? http://www.lilypond.org/doc/v2.16/Documentation/notation/inside-the-staff#parentheses On Sun, Dec 15, 2013 at 7:51 PM, Guy Stalnaker wrote: > I have a composition with a d-sharp followed in the next measure by an > e-flat. I have seen scores in which the measure with the d-s

centering title and THEN adding something to the left of it

2013-12-15 Thread Kieren MacMillan
Hello all, Please consider the following snippet: \version "2.17.29" \paper { bookTitleMarkup = \markup \fill-line { \abs-fontsize #18 \fromproperty #'header:title } scoreTitleMarkup = \markup \center-column { \fill-line { \line { \line { \line { \abs-fontsize #

What is it called and can I do it?

2013-12-15 Thread Guy Stalnaker
I have a composition with a d-sharp followed in the next measure by an e-flat. I have seen scores in which the measure with the d-sharp also has an e-flat in parentheses to show that it is the same pitch. Is it possible to create such a parenthetical 'reminder' in lilypond? Searching "parenthecial

Re: Alternate endings with chord names above (or below) them look bad

2013-12-15 Thread Sam Whited
On 12/15/2013 03:09 PM, Jim Long wrote: > Perhaps you can share a *small, cropped* mini-image of a section > where Lilypond's default looks unappealing to you? These two images [1, 2] should illustrate it nicely. Thanks for the info; maybe I'll move them back in my score and try to find a better w

Re: Missing notes after lyrics end: bug?

2013-12-15 Thread Trevor Daniels
Arjen Bax wrote Sunday, December 15, 2013 2:48 PM > Complete minimal working example, omitting the lower staff: > > \version "2.16.2" > > sopTxt = \new Lyrics = sopL \with { alignAboveContext = "upper" } >\lyricsto sop \lyricmode { A C } > > sopV = \relative c'' { << { c2 c } { \sopTxt

Increasing space for lyrics for one part of a verse

2013-12-15 Thread Tom Dickson
I have a verse that has a very long slur, and the lyrics run into the slur. Technically, it's the dashes that are printed between the syllables. I'm able to change the font for that part of the verse to italics, but I can't seem to figure out what to use to increase the vertical spacing at that pla

Re: Slurs

2013-12-15 Thread Alex Loomis
Oops, yes. Now attached. On Sun, Dec 15, 2013 at 7:31 AM, Urs Liska wrote: > Am 14.12.2013 05:28, schrieb Alex Loomis: > > To test out the new slurs I typeset this monstrosity: >> http://leadingtone.tumblr.com/post/69867321191/adventures- >> in-engraving-vaughan-williams-the >> The code isn't

Re: Alternate endings with chord names above (or below) them look bad

2013-12-15 Thread Alex Loomis
If you want them above the bracket, the following code works: \version "2.17.95" << \chords { c2 g:sus4 \override Score.ChordName #'Y-offset = #'2 f e g c \override Score.ChordName #'Y-offset = #'0 c/g c } \relative c'' { \override Score.VoltaBracketSpanner #'Y-offset = #'1 \repeat v

Re: stylesheet file structure

2013-12-15 Thread PMA
Alex Loomis wrote: If they were to use the keys like Urs suggested then internal sort order wouldn't matter, so, to the user, it would seem like it is user-determined. Oh -- sorry, I should have realized he was covering this. On Sun, Dec 15, 2013 at 10:42 AM, PMA wrote: Urs Liska wrote: Am

Re: Alternate endings with chord names above (or below) them look bad

2013-12-15 Thread Jim Long
I don't have a solution to your Lilypond input structuring question, but I can answer: On Sun, Dec 15, 2013 at 12:03:19PM -0500, Sam Whited wrote: > > I've been digging through my sheet music collection, but haven't found > anything with both alternate endings and chord names to look at; what's

Re: Is there a way to tweak glissandos (glissandi)

2013-12-15 Thread Phil Holmes
>From a legibility point of view, I prefer: \relative c'' { <<{ \once \override NoteColumn.force-hshift = #1.5 b2 \glissando f} \\ { a \glissando d,} >> } -- Phil Holmes - Original Message - From: Risto Vääräniemi To: Lilypond user Sent: Sunday, December 15, 2013 7:57 PM

Re: news.lilynet.net links on lilypond.org main page

2013-12-15 Thread Guy Stalnaker
Phil - Understood and thanks. Guy Stalnaker jimmyg...@gmail.com On Sun, Dec 15, 2013 at 1:58 PM, Phil Holmes wrote: > Lilynet.net is not an official part of the lilypond infrastructure - it > was set up by Valentin - check whois. Lilypond.org is the official > presence and is maintained by t

Re: news.lilynet.net links on lilypond.org main page

2013-12-15 Thread Phil Holmes
Lilynet.net is not an official part of the lilypond infrastructure - it was set up by Valentin - check whois. Lilypond.org is the official presence and is maintained by the project. -- Phil Holmes - Original Message - From: Guy Stalnaker To: Federico Bruni Cc: David Kastrup

Is there a way to tweak glissandos (glissandi)

2013-12-15 Thread Risto Vääräniemi
Hi, Long time no see. I was rekindling my Lilypond skills with a set of Christmas carols and stumbled upon a set of that are quite ugly quite. Is there a way to tweak them e.g. by changing the Y offset of end points? I have understood that the \shape and control-points are for Bezier based stuff

Re: stylesheet file structure

2013-12-15 Thread Alex Loomis
If they were to use the keys like Urs suggested then internal sort order wouldn't matter, so, to the user, it would seem like it is user-determined. On Sun, Dec 15, 2013 at 10:42 AM, PMA wrote: > Urs Liska wrote: > Am 15.12.2013 15:19, schrieb Kieren MacMillan: > >> Exactly the other way around

Re: Alternate endings with chord names above (or below) them look bad

2013-12-15 Thread Alex Loomis
I suspect you could get it to work by messing with outside-staff-priority instead of removing the engraver, but I can't test that right away since this computer doesn't have lilypond. On Sun, Dec 15, 2013 at 12:03 PM, Sam Whited wrote: > Hi all, > > I recently asked this question over on Music.

Re: news.lilynet.net links on lilypond.org main page

2013-12-15 Thread David Kastrup
Guy Stalnaker writes: > BTW - what lead me to lilypond.org was a desire to give a contribution to > its development. The text for the new item for 2012 meeting mentions > contributions for David's work. It was clicking on the link that showed > lilynet.net was broken. You can look those links up

Re: news.lilynet.net links on lilypond.org main page

2013-12-15 Thread Guy Stalnaker
BTW - what lead me to lilypond.org was a desire to give a contribution to its development. The text for the new item for 2012 meeting mentions contributions for David's work. It was clicking on the link that showed lilynet.net was broken. Guy Stalnaker jimmyg...@gmail.com On Sun, Dec 15, 2013 at

Re: news.lilynet.net links on lilypond.org main page

2013-12-15 Thread Guy Stalnaker
If he is not amendable to contact via email or this list it seems unlikely he's amendable to contact via Twitter DM. The situation bodes ill for long-term website viability. I know the organization is cash-strapped, but perhaps shifting to a more supported/supportable web site venue seems wise. Are

Re: Missing notes after lyrics end: bug?

2013-12-15 Thread Arjen Bax
Op 15-12-13 19:09, TaoCG schreef: > Instead create a subvoice and > assign the lyrics later to it. [cut] > sopV = \relative c'' { c4 c \new Voice = sopL { \voiceOne c2 c } c4 c } Thank you. Works like a charm! Vriendelijke groet / Kind regards / Vennlig hilsen, Arjen Bax ___

Re: Missing notes after lyrics end: bug?

2013-12-15 Thread TaoCG
Arjen Bax-2 wrote > I am typesetting an SATB hymn with where the lyrics of the four voices > are almost the same. This results in ChoirStaff setup with two Staff > contexts and a Lyrics context inbetween. The staff contexts each contain > two voices. > > \new ChoirStaff << > \new Staff = upp

Missing notes after lyrics end: bug?

2013-12-15 Thread Arjen Bax
I am typesetting an SATB hymn with where the lyrics of the four voices are almost the same. This results in ChoirStaff setup with two Staff contexts and a Lyrics context inbetween. The staff contexts each contain two voices. \new ChoirStaff << \new Staff = upper << \new Voice = sop

Alternate endings with chord names above (or below) them look bad

2013-12-15 Thread Sam Whited
Hi all, I recently asked this question over on Music.SE [1], but as they don't have a huge LilyPond user base I thought I'd ask here as well (see the question there for rendered examples). I'm working on a score (in LilyPond 9.17.97) that contains some volta repeats with alternate endings. It als

Re: news.lilynet.net links on lilypond.org main page

2013-12-15 Thread Federico Bruni
2013/12/15 David Kastrup > It's not the links that are bad. It's the web site. It has become > difficult to reach Valentin, the website maintainer, and he has not been > active on the mailing lists for a long time, either. > he is very active on twitter: https://twitter.com/vvillenave has any

Re: news.lilynet.net links on lilypond.org main page

2013-12-15 Thread Urs Liska
Am 15.12.2013 17:13, schrieb Guy Stalnaker: Links on the main page to news.lilynet.net are all bad -- they load a default apache webserver page without content. Not sure if this is the right list to send notice to. It's not a bug in the docs, etc. This is a known problem because that server is

Re: news.lilynet.net links on lilypond.org main page

2013-12-15 Thread David Kastrup
Guy Stalnaker writes: > Links on the main page to news.lilynet.net are all bad -- they load a > default apache webserver page without content. Not sure if this is the > right list to send notice to. It's not a bug in the docs, etc. It's not the links that are bad. It's the web site. It has bec

news.lilynet.net links on lilypond.org main page

2013-12-15 Thread Guy Stalnaker
Links on the main page to news.lilynet.net are all bad -- they load a default apache webserver page without content. Not sure if this is the right list to send notice to. It's not a bug in the docs, etc. Regards Guy Stalnaker jimmyg...@gmail.com ___ lil

Re: stylesheet file structure

2013-12-15 Thread PMA
Urs Liska wrote: Am 15.12.2013 15:19, schrieb Kieren MacMillan: Exactly the other way around. > > Barenreiter_organ_classical_part_landscape_legal.ly > >Barenreiter is most significant, e.g. for sorting. Actually, for me “organ” is the most significant for sorting! =) But I appreciate your point.

Re: stylesheet file structure

2013-12-15 Thread Johan Vromans
Kieren MacMillan writes: >> Barenreiter is most significant, e.g. for sorting. Oops. I mistook Bärenreiter for the composer... -- Johan ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: minor chord names lowercase - es problem

2013-12-15 Thread Henning Hraban Ramm
Am 2013-12-15 um 18:26 schrieb Thomas Morley : > 2013/12/14 Henning Hraban Ramm : >> Hi, >> someone of you wrote the following function for me some year before, that >> allows me to set minor chords in lowercase instead of attaching „m“: >> My only problem with that is, that es major is now disp

Re: stylesheet file structure

2013-12-15 Thread Urs Liska
Am 15.12.2013 15:25, schrieb Urs Liska: I'm not completely sure it'd work out, but it looks like a very elegant user interface. Ah, and I think it could even be a good way to extend the library by simply adding stylesheet files and corresponding lookup keys. Urs

Re: stylesheet file structure

2013-12-15 Thread Urs Liska
Am 15.12.2013 15:19, schrieb Kieren MacMillan: Exactly the other way around. > > Barenreiter_organ_classical_part_landscape_legal.ly > >Barenreiter is most significant, e.g. for sorting. Actually, for me “organ” is the most significant for sorting! =) But I appreciate your point. This discu

Re: stylesheet file structure

2013-12-15 Thread Kieren MacMillan
Hi Johan, > Exactly the other way around. > > Barenreiter_organ_classical_part_landscape_legal.ly > > Barenreiter is most significant, e.g. for sorting. Actually, for me “organ” is the most significant for sorting! =) But I appreciate your point. > If the size or geometry is not relevant, ju

RE: strange articulation

2013-12-15 Thread Mark Stephen Mrotek
Tom, My knowledge is that it indicates an up bow. See: http://andrewhugill.com/manuals/violin/bowing.html Mark From: lilypond-user-bounces+carsonmark=ca.rr@gnu.org [mailto:lilypond-user-bounces+carsonmark=ca.rr@gnu.org] On Behalf Of Tom van der Hoeven Sent: Sunday, December

Re: Usage 2.3: max-markup-depth

2013-12-15 Thread David Kastrup
Federico Bruni writes: > I've just spot a missing translation in the italian docs and I guess that > it's because I didn't understand it. > Can you tell me what is about? > > Usage 2.3 > > max-markup-depth 1024 Maximum depth for the markup tree. If a markup has > more levels, assume it will not t

Usage 2.3: max-markup-depth

2013-12-15 Thread Federico Bruni
I've just spot a missing translation in the italian docs and I guess that it's because I didn't understand it. Can you tell me what is about? Usage 2.3 max-markup-depth 1024 Maximum depth for the markup tree. If a markup has more levels, assume it will not terminate on its own, print a warning an

Re: stylesheet file structure

2013-12-15 Thread Johan Vromans
Kieren MacMillan writes: > legal_landscape_part_classical_organ_Barenreiter.ly > > Thoughts? Yes. Exactly the other way around. Barenreiter_organ_classical_part_landscape_legal.ly Barenreiter is most significant, e.g. for sorting. If the size or geometry is not relevant, just leave it

stylesheet file structure

2013-12-15 Thread Kieren MacMillan
Hello all, Now that my huge “Home for the Holidays” project is over, I’m hoping to get back to codifying my Lilypond stylesheets (including the Henle piano stylesheet). When the whole system is ready to share, I want to have a sufficiently granular structure, but not overdo it — any comments on

Re: Slurs

2013-12-15 Thread Urs Liska
Am 14.12.2013 05:28, schrieb Alex Loomis: To test out the new slurs I typeset this monstrosity: http://leadingtone.tumblr.com/post/69867321191/adventures-in-engraving-vaughan-williams-the The code isn't pretty, but lilypond will do it just fine. In fact, between dashed slurs and moving the hairpi

Re: minor chord names lowercase - es problem

2013-12-15 Thread Thomas Morley
2013/12/14 Henning Hraban Ramm : > Hi, > someone of you wrote the following function for me some year before, that > allows me to set minor chords in lowercase instead of attaching „m“: > > #(define (conditional-string-downcase str condition) > (if condition > (string-downcase str) >

Re: lilypond promotional stuff

2013-12-15 Thread Ed Gordijn
Hi Janek, > Unfortunately, due to > http://lists.gnu.org/archive/html/lilypond-devel/2013-12/msg00145.html Taken care! Two years ago I had the same, two months behind the computer and hurting my right wrist. I had to stop playing my clarinet and I am still not playing. I hope to start again next

Re: Custom note names / octavize pitch

2013-12-15 Thread David Kastrup
TaoCG writes: > Thanks, I got it working. I have to rethink the use of capital letters > though since it conflicts with expressions like \clef F. Just write \clef "F" and you'll be fine. It's recommended anyway since things like \clef "violin_8" don't work otherwise. > Also at this point I sim

Re: Custom note names / octavize pitch

2013-12-15 Thread TaoCG
David Kastrup wrote > TaoCG < > tao_lilyponduser@ > > writes: > >> David Kastrup wrote >>> TaoCG < >> >>> tao_lilyponduser@ >> >>> > writes: >>> David Kastrup wrote > > Again, it is totally unclear what you want to be your input and your > output. If my message reach

Re: strange articulation

2013-12-15 Thread Tom van der Hoeven
David Kastrup schreef op 15-12-2013 11:09: Tom van der Hoeven writes: Does anayone know the name of this articulation. It is from Prokofiev, Symphony No 1, Allegro, measure 42 altviolin Is it in Lilypond Hard to know what you are talking about. There are two possible answers: you are talki

Re: strange articulation

2013-12-15 Thread David Kastrup
Tom van der Hoeven writes: > Does anayone know the name of this articulation. > It is from Prokofiev, Symphony No 1, Allegro, measure 42 altviolin > > Is it in Lilypond Hard to know what you are talking about. There are two possible answers: you are talking about the \upBow (a bowing instructio

strange articulation

2013-12-15 Thread Tom van der Hoeven
Does anayone know the name of this articulation. It is from Prokofiev, Symphony No 1, Allegro, measure 42 altviolin Is it in Lilypond Tom <>___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Acciaccatura slur to top note of chord

2013-12-15 Thread Derek
cheers -- View this message in context: http://lilypond.1069038.n5.nabble.com/Acciaccatura-slur-to-top-note-of-chord-tp155805p155810.html Sent from the User mailing list archive at Nabble.com. ___ lilypond-user mailing list lilypond-user@gnu.org http

Re: Acciaccatura slur to top note of chord

2013-12-15 Thread Federico Bruni
2013/12/15 Derek > Thanks Federico, that will work but for future reference I am curious as to > why the slur attaches to the lower note with my original code. > I think that it's because you are not specifying the voice in your template, so implicitly \voiceOne is used. You may have used: \voi

Re: Acciaccatura slur to top note of chord

2013-12-15 Thread David Kastrup
Derek writes: > Thanks Federico, that will work but for future reference I am curious as to > why the slur attaches to the lower note with my original code. It doesn't. Slurs don't attach to notes at all, they attach to _chords_ without distinction. The slur direction (implicit or explicit) wi

Re: Doubling at the octave

2013-12-15 Thread David Kastrup
Alex Loomis writes: > Could someone explain why this doesn't work? > > \version "2.16.2" > > octava = > > #(define-music-function > > (parser location music-input) > > (ly:music?) > > #{ > > \partcombine #music-input \transpose c c' #music-input > > #}) > > \octava { c' d' e' } Most operations (

Re: Acciaccatura slur to top note of chord

2013-12-15 Thread Derek
Thanks Federico, that will work but for future reference I am curious as to why the slur attaches to the lower note with my original code. cheers -- View this message in context: http://lilypond.1069038.n5.nabble.com/Acciaccatura-slur-to-top-note-of-chord-tp155805p155807.html Sent from the Us

Re: Acciaccatura slur to top note of chord

2013-12-15 Thread Federico Bruni
2013/12/15 Derek > I have a vocal/piano score and the piano score has two voices per hand and > in > one hand I am trying to attach the acciaccatura slur to the top note of the > chord but I can't seem to get it to work. Here it the code if anyone would > have any suggestions or tell me what I am

Acciaccatura slur to top note of chord

2013-12-15 Thread Derek
I have a vocal/piano score and the piano score has two voices per hand and in one hand I am trying to attach the acciaccatura slur to the top note of the chord but I can't seem to get it to work. Here it the code if anyone would have any suggestions or tell me what I am doing wrong. Thank you \ve