Fret Diagrams

2016-01-31 Thread Peter Gentry
This may be trivial but searches of themanuals etc have not born fruit. How do you prevent the markup N.C. appearing where there is a note rest. In fact N.C. does not always appear sometimes once in a bar sometimes twice for no immediately apparent reason. If r1 is replaced by R1 then no

Re: list of thicknesses affected by changing StaffSymbol.thickness

2016-01-31 Thread Simon Albrecht
On 31.01.2016 22:34, Kieren MacMillan wrote: Ultimately, my goal is to be able to design stylesheets that match certain “house styles” (e.g., Hanle, Chappell & Co., Peters). I find that many plate-engraved scores appear to have a slightly heavier overall look to the staff lines, so I wanted

Re: list of thicknesses affected by changing StaffSymbol.thickness

2016-01-31 Thread Noeck
Hi, Am 31.01.2016 um 17:31 schrieb Pierre Perol-Schneider: > Apparently, StaffSymbol.thickness affects spanners (not all of them) > proportionally: > http://www.lilypond.org/doc/v2.19/Documentation/notation/spanners > but also ledger lines, stem thickness, beam length fraction, beam >

Re: vertical positioning of consecutive figured bass indications

2016-01-31 Thread Simon Albrecht
On 31.01.2016 22:25, Leszek Wroński wrote: if you take a look what Lilypond 2.19.5 (which is the version I'm using) produces from the following: \version "2.19.5" \score { \new Staff { \clef bass <16 <3>8.}>> }} you will, I hope, notice that the '3' is rendered quite a bit lower than

Gregorian clefs

2016-01-31 Thread Joseph Folens
Dear reader, I try to add the command \clef vaticana-do1 (or 2 or 3) into a text for a score In the report there is always a reference like "vaticana-do" is invalid, followed y the valid clefs, wich include the clef I have in my text. So, it seems the programm does not recognize its own clefs,

Re: Gregorian clefs

2016-01-31 Thread Malte Meyn
Am 31.01.2016 um 21:02 schrieb Joseph Folens: > So, it seems the programm > does not recognize its own clefs, or is there something I missed? > > \include "gregorian.ly" > \clef vaticana-do2 > \score { Two things are wrong: 1. The \clef command is placed outside the score; it won’t have any

Re: Fret Diagrams

2016-01-31 Thread Noeck
Hi Peter, the N.C. symbol ("no chord") appears for rests r but not for full measure rests R and obviously not for invisible (spacer) rests s. And it appears for every single rest, so in case of r2 r4 g you get N.C. N.C. G for a single measure. You have several choices to avoid this: a)

Hiding one dynamic on a drum staff?

2016-01-31 Thread Edward Ardzinski
I usually write in a lazy way, omitting most dynamic marks, but a piece I'm working on now I'm explicitly putting a crescendo for a few bars on the drum part. For ease I just put it in the notes, rather than create a separate variable for the drum staff dynamics and attach it in the score block.

Re: list of thicknesses affected by changing StaffSymbol.thickness

2016-01-31 Thread Thomas Morley
2016-01-31 17:31 GMT+01:00 Pierre Perol-Schneider : > Hi Kieren, > > I've never seen such list but it would be helpful. > Apparently, StaffSymbol.thickness affects spanners (not all of them) > proportionally: >

Re: Gregorian clefs

2016-01-31 Thread Thomas Morley
2016-01-31 21:02 GMT+01:00 Joseph Folens : > Dear reader, > > I try to add the command \clef vaticana-do1 (or 2 or 3) into a text for a > score > In the report there is always a reference like "vaticana-do" is invalid, Not exactly. It's: warning: unknown clef type

Re: digital music editions - is Lilypond a suitable tool for it?

2016-01-31 Thread musicus
Dear Urs, I recently learned about MEI and "Beethovens Werkstatt" (and as an example http://zolaemil.github.io/meiView/#pg=1), but I must say that this direction has IMO too many drawbacks/ misleadings. I didn't know http://beethovens-werkstatt.de/demo, so many thanks for it. IMO coloring and

Re: Grace notes and PianoStaff name

2016-01-31 Thread Thomas Morley
2016-01-31 20:54 GMT+01:00 Gilberto Agostinho : > Hi all, > > Either I found a bug or I am missing something obvious here :) So: how can I > add a PianoStaff name when the music start with a grace note?! See: > > \version "2.19.32" > > \markup "1) all good here" > \new

Re: Fret Diagrams

2016-01-31 Thread Thomas Morley
Hi Peter, 2016-01-31 19:29 GMT+01:00 Peter Gentry : > This may be trivial but searches of themanuals etc have not born fruit. > > How do you prevent the markup N.C. appearing where there is a note rest. In > fact N.C. does not always appear sometimes once in a >

Re: Hiding one dynamic on a drum staff?

2016-01-31 Thread Edward Ardzinski
Geez, thought about including the code: Just a basic drum staff inside a score block: \new DrumStaff << \new DrumVoice { \voiceOne \dh } \new DrumVoice { \voiceTwo \dl } >> the dynamics are embedded in the \dh and \dl notes. the drum high part: cymc4 r4. sn8\ppp\< [sn sn]

Grace notes and PianoStaff name

2016-01-31 Thread Gilberto Agostinho
Hi all, Either I found a bug or I am missing something obvious here :) So: how can I add a PianoStaff name when the music start with a grace note?! See: \version "2.19.32" \markup "1) all good here" \new PianoStaff << \set PianoStaff.instrumentName = "Foo bar" \new Staff { c'1 }

Re: Hiding one dynamic on a drum staff?

2016-01-31 Thread Simon Albrecht
On 31.01.2016 20:48, Edward Ardzinski wrote: Geez, thought about including the code: A complete, compilable example please. You can’t expect us to cook it up ourselves. Best, Simon ___ lilypond-user mailing list lilypond-user@gnu.org

Re: Grace notes and PianoStaff name

2016-01-31 Thread Gilberto Agostinho
Thank you so much! Take care, Gilberto -- View this message in context: http://lilypond.1069038.n5.nabble.com/Grace-notes-and-PianoStaff-name-tp186702p186708.html Sent from the User mailing list archive at Nabble.com. ___ lilypond-user mailing

Re: list of thicknesses affected by changing StaffSymbol.thickness

2016-01-31 Thread Thomas Morley
2016-01-31 21:26 GMT+01:00 Noeck : > Hi, > > Am 31.01.2016 um 17:31 schrieb Pierre Perol-Schneider: >> Apparently, StaffSymbol.thickness affects spanners (not all of them) >> proportionally: >> http://www.lilypond.org/doc/v2.19/Documentation/notation/spanners >> but also

Re: list of thicknesses affected by changing StaffSymbol.thickness

2016-01-31 Thread Kieren MacMillan
Hi Harm, This is very helpful in one sense — thank you! Ultimately, my goal is to be able to design stylesheets that match certain “house styles” (e.g., Hanle, Chappell & Co., Peters). I find that many plate-engraved scores appear to have a slightly heavier overall look to the staff lines, so

Re: Hiding one dynamic on a drum staff?

2016-01-31 Thread Edward Ardzinski
Edski-Rat-City_v2.ly -- View this message in context: http://lilypond.1069038.n5.nabble.com/Hiding-one-dynamic-on-a-drum-staff-tp186698p186704.html Sent from the User mailing list archive at Nabble.com.

Re: Hiding one dynamic on a drum staff?

2016-01-31 Thread Simon Albrecht
On 31.01.2016 20:59, Edward Ardzinski wrote: Edski-Rat-City_v2.ly Just as a courtesy to those trying to help, please follow the guidelines in . This is required in bug reports,

vertical positioning of consecutive figured bass indications

2016-01-31 Thread Leszek Wroński
Guys, if you take a look what Lilypond 2.19.5 (which is the version I'm using) produces from the following: \version "2.19.5" \score { \new Staff { \clef bass <16 <3>8.}>> }} you will, I hope, notice that the '3' is rendered quite a bit lower than the '4'. Is there a way I could make the

Re: Gregorian clefs

2016-01-31 Thread Simon Albrecht
On 31.01.2016 21:02, Joseph Folens wrote: Dear reader, I try to add the command \clef vaticana-do1 (or 2 or 3) into a text for a score In the report there is always a reference like "vaticana-do" is invalid, followed y the valid clefs, wich include the clef I have in my text. So, it seems

Enhancement: Take ‘master’ line thickness from a context property [was: Re: list of thicknesses…]

2016-01-31 Thread Simon Albrecht
On 31.01.2016 23:15, Simon Albrecht wrote: On 31.01.2016 22:34, Kieren MacMillan wrote: Ultimately, my goal is to be able to design stylesheets that match certain “house styles” (e.g., Hanle, Chappell & Co., Peters). I find that many plate-engraved scores appear to have a slightly heavier

Re: Hiding one dynamic on a drum staff?

2016-01-31 Thread Simon Albrecht
On 31.01.2016 20:20, Edward Ardzinski wrote: I usually write in a lazy way, omitting most dynamic marks, but a piece I'm working on now I'm explicitly putting a crescendo for a few bars on the drum part. For ease I just put it in the notes, rather than create a separate variable for the drum

Re: vertical positioning of consecutive figured bass indications

2016-01-31 Thread Noeck
Dear Leszek, this is automatically achieved if you do not put the bass figures inside the staff but in a separate FiguredBass context: \version "2.19.5" \score { << \new FiguredBass \figuremode { <4>16 <3>8. } \new Staff { \clef bass bes4 } >> } HTH, Joram

Re: Hiding one dynamic on a drum staff?

2016-01-31 Thread Edward Ardzinski
Thanks, Simon. Not exactly what I'd like, but far more presentable. Like I said, I'm not too concerned with the look, but I don't like "ugly" things. -- View this message in context: http://lilypond.1069038.n5.nabble.com/Hiding-one-dynamic-on-a-drum-staff-tp186698p186715.html Sent from the

Re: Bar number moves down inexplicably

2016-01-31 Thread Michael Gerdau
Hi David, > > It also seems to move the bar number down. Does anybody know why? > > I also have a bar number which moves down for some reason. > > The attached snippet shows the problem. Commenting out the \layout > with % { → %{ fixes the bar number but I lose my fermatas (both > cases

Bar number moves down inexplicably

2016-01-31 Thread David Wright
Coincidentally with Message-ID: <56ae6df7.8010...@gmx.de> > It also seems to move the bar number down. Does anybody know why? I also have a bar number which moves down for some reason. The attached snippet shows the problem. Commenting out the \layout with % { → %{ fixes the bar number but I

Re: override default bar width for only one bar

2016-01-31 Thread tisimst
Ryan, You are almost there. Have a look at the previous section in the manual that Pierre pointed you to called "New Spacing Area". The second example there does basically what you are trying to do. You'll just need to play around with the spacing-increment values to get the desired increase in

Re: override default bar width for only one bar

2016-01-31 Thread Ryan Michael
Sorry All, I was using confusing language describing what I was doing Basically I would like to overset the horizontal spacing as Pierre suggests. This is the sketch of the fashion in which I would like to overwrite the horizontal spacing \score { \relative c'' { g4 e e2 | f4 d d2 | c4

Re: Grace note kicks tuplet number away

2016-01-31 Thread Gilberto Agostinho
Hi all, I'd like to offer a small bounty for this issue. If anyone is able to tackle this until the 15th of April (which is the deadline for my work which is being affected by this) I am able to offer 15 EUR. Cheers, Gilberto -- View this message in context:

Re: digital music editions - is Lilypond a suitable tool for it?

2016-01-31 Thread Noeck
Hi Musicus, below is an example of what can be done very easily: You can show and hide all kinds of objects in a staff. This way you could create several images for each case and show them on demand. However, you seem to want a bit more: a translation to svg classes such that you can work with a

Re: digital music editions - is Lilypond a suitable tool for it?

2016-01-31 Thread Urs Liska
Digital music edition is a rather broad field and there exists a very active scholarly community around it. You nay want to have a look at http://music-encoding.org. With regard to SVG rendering there is Verovio, a tool that can provide instant rendering of scores (encoded in XMK) including

Re: override default bar width for only one bar

2016-01-31 Thread Klaus Blum
Hi Ryan, the command you are looking for is \newSpacingSection. If the effect is not enough, you could simply add another voice and do some invisible stuff to consume additional space: % - \version "2.19.25" \score { \relative c'' {

Re: list of thicknesses affected by changing StaffSymbol.thickness

2016-01-31 Thread Pierre Perol-Schneider
Hi Kieren, I've never seen such list but it would be helpful. Apparently, StaffSymbol.thickness affects spanners (not all of them) proportionally: http://www.lilypond.org/doc/v2.19/Documentation/notation/spanners but also ledger lines, stem thickness, beam length fraction, beam attachment...

Re: Parenthesised articulations

2016-01-31 Thread Simon Albrecht
On 31.01.2016 14:48, Andrew Bernard wrote: If I have an accent and a staccato indication together on a note and I want a single set of parentheses around both, how can this be achieved? Is this possible? How about that? Couldn’t think of a less clumsy name. %% \version "2.19.35"

Re: Parenthesised articulations

2016-01-31 Thread Simon Albrecht
On 31.01.2016 15:02, Simon Albrecht wrote: shortAccentWithParens = -\tweak stencil #ly:text-interface::print -\tweak text \markup { Actually, each of the dashes before \tweak may be omitted. ___ lilypond-user mailing list lilypond-user@gnu.org

Re: More Gounod :-)

2016-01-31 Thread Alberto Simões
Hi, Simon Although I still have some corrections to do, proposed by Brian, I would love to first close your suggestions. Yeah, last times have been rough, so a lot of time since this e-mail. On 11/12/15 22:55, Simon Albrecht wrote: On 11.12.2015 22:27, Alberto Simões wrote: It is in the

Re: More Gounod :-)

2016-01-31 Thread Simon Albrecht
On 31.01.2016 16:26, Alberto Simões wrote: Hi, Simon Although I still have some corrections to do, proposed by Brian, I would love to first close your suggestions. Yeah, last times have been rough, so a lot of time since this e-mail. On 11/12/15 22:55, Simon Albrecht wrote: On 11.12.2015

Parenthesised articulations

2016-01-31 Thread Andrew Bernard
If I have an accent and a staccato indication together on a note and I want a single set of parentheses around both, how can this be  achieved? Is this possible? Andrew — snip % This does not achieve it. \version "2.19.35" {   c''^. -\parenthesize ^> } — snip

re: list of thicknesses affected by changing StaffSymbol.thickness

2016-01-31 Thread Kieren MacMillan
Hello all, I was just checking to see if anyone has an answer to my post of Jan 7: > Is there a single list somewhere in the documentation, of all the grobs whose > sizes are tied to StaffSymbol.thickness? > (Optimally, that list would also include each grob’s default > multiplier/thickness.)

Re: More Gounod :-)

2016-01-31 Thread Alberto Simões
On 31/01/16 15:36, Simon Albrecht wrote: On 11/12/15 22:55, Simon Albrecht wrote: On 11.12.2015 22:27, Alberto Simões wrote: It is in the common place: Just from a quick glance: – The slur in m. 23/24 is