Re: Install on linux

2016-02-21 Thread Malte Meyn
Am 21.02.2016 um 22:02 schrieb David Wright: On Sun 21 Feb 2016 at 19:10:29 (+0100), Peter O'Doherty wrote: Thanks a lot. Sorted now using sudo sh lilypond... I can't help wondering what the ... stands for. It’s the install script, something like lilypond-2.18.2-1.linux-64.sh ___

Re: Music function for arrow directions in arpeggios

2016-02-23 Thread Malte Meyn
Am 23.02.2016 um 15:52 schrieb Caio Giovaneti de Barros: I'm trying to write a function to make easier for me to change arrow directions in arpeggios. I would prefer an event function with a tweak: \version "2.19.36" arpeggioUp = \tweak arpeggio-direction #UP \arpeggio \relative c' { \arpe

Re: override StaffSymbol.line-count

2016-02-26 Thread Malte Meyn
Am 26.02.2016 um 13:06 schrieb David Kastrup: Executed : sudo chmod +x lilypond-2.18.2-1.linux-64.sh (not in manual, but requered) sh linux-64/lilypond-2.18.2-1.linux-64.sh Lilipond seemed to be installed, but is not. type in shell : lilypond returns the message, lilypond is currently not

Re: override StaffSymbol.line-count

2016-02-26 Thread Malte Meyn
Am 26.02.2016 um 16:28 schrieb Bernard: /tmp/frescobaldi-CgvCtP/tmpYKvR5j/test3.ly:10:47: error: GUILE signaled an error for the expression beginning here \override StaffSymbol.line-count = #2 # generate syntax error 2) What causes the err

Re: Tied Notes in Voices, or change of time

2016-02-27 Thread Malte Meyn
Am 27.02.2016 um 03:22 schrieb William Marchant: Hi All, I have attached a snippet of code which shows a problem I have encountered. Notice that in the first measure in Voice One, there is a c16 tied to a c4, and below in Voice Two an e16 tied to e4. This I expected. Note however, at the end

Re: install frescoba 2.18.2 in Ubuntu

2016-02-27 Thread Malte Meyn
Am 27.02.2016 um 19:11 schrieb Noeck: - Should it mention the --prefix option? IMO: Yes, and maybe the possibility of installing as root; these options seem to be commonly unknown. - Should it mention that you can have several versions installed in parallel? Would be nice, I didn’t k

Re: line break anywhere-but-not-here ?

2016-02-28 Thread Malte Meyn
Am 28.02.2016 um 13:06 schrieb Graham King: Is there any way to tell her: "put line breaks wherever you wish, but_not here_" ? How about \noBreak? ;) ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypo

Re: line break anywhere-but-not-here ?

2016-02-28 Thread Malte Meyn
Am 28.02.2016 um 13:22 schrieb Kristin Rollins: it did not appear to have any effect on the output on my installation of 2.19.36 Probably you put it at the wrong place. It has to be put at the place where the break would be. The following works for me: \version "2.19.36" \relative c'' {

LaissezVibrerTies, RepeatTies and ties at repeat alternatives

2016-02-29 Thread Malte Meyn
Hi list, I’m not very happy about LilyPond’s ties and semi-ties. Some problems/questions: 1. Is there any difference between LaissezVibrerTies and RepeatTies except of the default head-direction? Or could one save redundant code (including different grob names for basically the same thing et

Re: OT: pagenumber

2016-03-04 Thread Malte Meyn
Am 04.03.2016 um 21:42 schrieb Blöchl Bernhard: Just a guess, try pagenumber = #f That’s not ‘more correct’; false is ##f, not #f in LilyPond … Besides of that, what you mean is \paper { print-page-number = ##f } So maybe try out before guessing ;) _

Re: OT: pagenumber

2016-03-04 Thread Malte Meyn
Am 04.03.2016 um 21:54 schrieb Noeck: myfoo = "ok" % but mybar = bliblablup % why is that allowed? Because LilyPond allows strings without quotes as long as they contain only certain characters (alphabet and probably some others). Good for lyrics for example, but also when using \clef

Re: Changing color when using \draw-line

2016-03-05 Thread Malte Meyn
Am 05.03.2016 um 16:23 schrieb Joseph N. Srednicki: Can anyone tell me how to change the color when using \draw-line? \with-color #blue \draw-line #'(0 . 3) ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo

Re: Problems with midi2ly

2016-03-05 Thread Malte Meyn
Am 05.03.2016 um 18:37 schrieb mark damerell: 1. Where is the manual? The man page says it is a texinfo document, but I cannot find it. There is a section about midi2ly in the ‘Usage’ documentation: http://lilypond.org/doc/v2.18/Documentation/usage-big-page.html#invoking-midi2ly __

Re: Use jazz fonts in LilyPond?

2016-03-06 Thread Malte Meyn
Am 05.03.2016 um 23:40 schrieb Sharon Rosner: Where do one get hold of these alternative fonts for Lilypond? Try here: https://github.com/noteflakes/lyp-lilyjazz/ This is the original font by Torsten Hämmerle. Since LilyPond 2.19.12 it’s possible to use several notation fonts (including L

Re: Cadenza writtinh

2016-03-06 Thread Malte Meyn
Am 06.03.2016 um 16:40 schrieb Antoon Dekker: I have no clue how to deal with this kind of notation. Have anyone a hint for me?Antoon Some hints: \magnifyMusic for small notes, \cadenzaOn for cadenza measure of arbitrary lengt

Re: Cadenza writtinh

2016-03-06 Thread Malte Meyn
Am 06.03.2016 um 17:41 schrieb David Kastrup: Giving the notes graceish looks is a different problem. Maybe we should provide the means to create graceish looks without switching to grace timing, to better facilitate cadenze which are often written in this manner. I don't know offhand how to

Re: Cadenza writtinh

2016-03-06 Thread Malte Meyn
Am 06.03.2016 um 17:47 schrieb Malte Meyn: Am 06.03.2016 um 17:41 schrieb David Kastrup: Giving the notes graceish looks is a different problem. Maybe we should provide the means to create graceish looks without switching to grace timing, to better facilitate cadenze which are often written

Re: scale durations

2016-03-07 Thread Malte Meyn
Am 07.03.2016 um 21:45 schrieb Kieren MacMillan: \set Staff.timeSignatureFraction = #'(3 . 4) \scaleDurations #'(3 . 2) { You can use 3/4 and 3/2 here instead of the more complicated and less clear #'(3 . 4) and #'(3 . 2) ;) ___ lilypond-us

Re: layout scope

2016-03-08 Thread Malte Meyn
Am 08.03.2016 um 13:53 schrieb BB: How can I restrict the scope of \layout{} to only one \score{}? Just put the \layout block into the \score block. Same for \midi: \score { [MUSIC] \layout { […] } \midi { […] } } ___ lilypond-user mailing lis

Re: scale durations

2016-03-08 Thread Malte Meyn
Am 09.03.2016 um 03:54 schrieb Craig Dabelstein: Sorry gents, here is one more I can't work out. The piece is in 9/8 but I need one instrument to play in 4/4. I have no idea how to work out that fraction: \set Staff.timeSignatureFraction = 4/4 \scaleDurations 8/9 because (4/4)/(9/8) = 8/9

Re: scale durations, another case

2016-03-08 Thread Malte Meyn
Am 09.03.2016 um 05:13 schrieb zzk: Out of curiosity (and maybe for some possible future, more complicated scenarios), is there a solution using \scaleDurations instead? A tuplet 7/6 without tuplet number is the same as \scaleDurations with factor 6/7. Or, even simpler, you can scale a dura

Re: Variable slur thickness

2016-03-10 Thread Malte Meyn
Am 10.03.2016 um 16:56 schrieb tisimst: Submitted to LSR: http://lsr.di.unimi.it/LSR/Item?id=1028 The header of the third score isn’t correct: Thickness goes from 1.2 to 2.7, not 1.4 to 2.7. ___ lilypond-user mailing list lilypond-user@gnu.org h

Re: calling header declarations in score

2016-03-10 Thread Malte Meyn
Am 11.03.2016 um 04:07 schrieb Jaime Oliver: I am not sure why this doesn’t work… any help? modifiedNote has to be defined without backslash just like every other variable or music or event function. Then, the braces aren’t necessary but you need the \etc for the music argument of this funct

Re: Default text fonts change CenturySchL to Tex Gyre Schola?

2016-03-12 Thread Malte Meyn
Am 11.03.2016 um 19:49 schrieb Thomas Scharkowski: Only recently I noticed the change of the default text fonts in LilyPond. When did this take place and why? When: In August 2015 (LilyPond 2.19.26). Why: I don’t know, probably you can find the reason in the discussion of issue 4552 (https:

Re: Bar Lines and Compound Time Signature

2016-03-12 Thread Malte Meyn
Am 12.03.2016 um 19:32 schrieb Edward Ardzinski: I would like the bar number on the second line to be 9, not 5, counting each bar of 17 as 1 bar of 9 and another of 8...then have 18 on the beginning of the 3rd line in the pdf You could use an extra voice for the changing measure lengths (ins

Key change in alternative 1

2016-03-13 Thread Malte Meyn
Hi list, how should I treat a key change in the first alternative of a volta repeat? I’m not sure whether to print the “change back” at the beginning of the second alternative (m. 5 of the attached code). I don’t think it’s necessary to print it if the change coincides with a line break (Lil

Re: Key change in alternative 1

2016-03-13 Thread Malte Meyn
Am 13.03.2016 um 15:46 schrieb David Kastrup: Malte Meyn writes: And another thing: I added keyAlterations to the alternativeRestores context property; shouldn’t this be the default? Keys are per Staff, alternativeRestores is per Timing (i.e., usually per Score). In short, the

Re: CrossStaff Stems

2016-03-14 Thread Malte Meyn
Am 14.03.2016 um 11:31 schrieb Alberto Simões: Is this still up to date? http://fritz.rmi.de/dokumentation/lilypond/Documentation/user/lilypond/Cross-staff-stems.fr.html No it isn’t. That’s documentation for LilyPond version 2.10.33. You can get current versions of the LilyPond documentation

Re: Dashed Tie Design Improvement

2016-03-15 Thread Malte Meyn
Am 16.03.2016 um 01:18 schrieb dtsmarin: The default shape of the tie's dashes looks a bit strange to me, is there a way to modify it to look a bit like the second one which in my opinion looks fuller on page? Also how can I increase and thicken the dashes between the tie end points? http:/

Re: How to handle system objects?

2016-03-18 Thread Malte Meyn
Am 17.03.2016 um 11:34 schrieb Carl-Henrik Buschmann: When working with large projects (or small for that matter) like an orchestral piece, how do one best handle system wide objects like repeats, rehersal marks, tempi etc? It is tedious entering every thing in every voice, not to mention pr

Re: difference of code construct

2016-03-18 Thread Malte Meyn
Am 18.03.2016 um 14:25 schrieb MING TSANG: Hi, lilyponder: I have a question about coding construct. Please refer to lilybin attachment LilyPond Score | | | | | | | | | LilyPond ScoreLilyPond Score made using LilyBin. | | | | View on lilybin.com | Preview by Yahoo | | | | |

Re: Rhythm details

2016-03-19 Thread Malte Meyn
Am 16.03.2016 um 15:49 schrieb Alberto Simões: Can anybody please let me know how this is called and, if you know, where in the documentation I can find how to typeset it? This is a tremolo. It means that the lower and upper note/chord are played alternately in 32nd notes (or arbitrary small

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 the staves

Re: Writing a number in stead of notehead.

2016-03-22 Thread Malte Meyn
Am 22.03.2016 um 18:23 schrieb Philip Bergwerf: Hello dear lilypond users! I am experimenting with rhytmic notation. How can i change a notehead into a digit? Is there a way to do that. Of course there is! Please tell me and i did see once a notation with numbers as rhytmic notation but i coul

Re: Where is the latest articulate.ly?

2016-03-23 Thread Malte Meyn
Am 23.03.2016 um 18:13 schrieb Daniel Birns: The one I found on a mailing list from 2011 doesn’t seem to handle even slurs or staccato. It’s part of vanilla LilyPond since version 2.14 (see http://lilypond.org/doc/v2.14/Documentation/changes/) and has been improved several times since then

Re: midi articulation

2016-03-23 Thread Malte Meyn
Am 23.03.2016 um 18:21 schrieb Daniel Birns: Okay, I see what articulate.ly does. However… has anyone tried to do this within the midi generator. I think so: see the second-to-last bullet point at http://lilypond.org/doc/v2.19/Documentation/changes/ But, honestly, the midi files suck. As

Re: Flag stencil

2016-03-24 Thread Malte Meyn
Isn’t \override Flag.stencil = #modern-straight-flag or \override Flag.stencil = #(straight-flag [some values, see flag-styles.scm for explanation]) what you want? I think you don’t need to write the stencil from scratch ;) Am 24.03.2016 um 09:37 schrieb Andrew Bernard: Hi Marc, Thanks. But

Re: How to add padding around whiteout text

2016-03-24 Thread Malte Meyn
Am 24.03.2016 um 19:25 schrieb Joseph N. Srednicki: Could someone please explain how to add some padding around the text or point me to the location in the documentation or mail archive that deals with this issue? Whiteout has been improved in version 2.19, you can now override the thickness

Re: Slashed grace notes

2016-03-26 Thread Malte Meyn
Am 26.03.2016 um 14:03 schrieb Peter O'Doherty: Hi, Is it possible to notate a grace note group, with both a slash and a slur? Thanks, Peter Yes, see http://lsr.di.unimi.it/LSR/Item?id=721 P.S.: This was your third email with this content. ___

Automatically realize figured bass

2014-04-05 Thread Malte Meyn
Hi everybody, a few weeks ago my father asked me whether there is a tool that automatically realizes figured bass (I think you say “realize” for the act of composing the right hand accompaniment, don’t you?). I didn’t know such a tool, so I wrote a simple one in Haskell but this wasn’t clever

Re: Automatically realize figured bass

2014-04-08 Thread Malte Meyn
Hi Richard, One thing I think you would need is the ability to set the likely rate of chord change - figured bass is an ambiguous notation even when the figures are relatively complete (and they are rarely that) - but on the question of whether a note is to be treated as a passing note or a harm

Re: Automatically realize figured bass

2014-04-08 Thread Malte Meyn
One thing I think you would need is the ability to set the likely rate of chord change - figured bass is an ambiguous notation even when the figures are relatively complete (and they are rarely that) - but on the question of whether a note is to be treated as a passing note or a harmony note it is

Re: Several types of \bar are not engraved

2014-04-08 Thread Malte Meyn
and the most current documentation page for version 2.16 http://www.lilypond.org/doc/v2.16/Documentation/notation/bars -- but I do not believe the implementation of these types of bars has changed from 2.16 to 2.18. You believe wrong: http://lilypond.org/doc/v2.18/Documentation/changes/index.

Re: language "italiano" to "english"

2014-04-08 Thread Malte Meyn
On 08.04.2014 22:39, Federico Bruni wrote: Il 08/apr/2014 21:51 "MING TSANG" ha scritto: Hi, lilyponder, I was given a numbered (jianpu) score sheet to transcribe. I have been manually produce a table showing number equivalent "english" pitch name. Now I discover that "italiano" do re mi is

Re: language "italiano" to "english"

2014-04-09 Thread Malte Meyn
On 09.04.2014 14:31, Thomas Scharkowski wrote: Original-Nachricht Yes, but be careful: this doesn’t work correctly in all cases: “a double flat” is called “asas” or “ases” in German, only the latter is translated by frescobaldi. “b double flat” (for example called “sibb” in

Re: Reducing the second VoltaBracketSpanner length.

2014-04-27 Thread Malte Meyn
On 27.04.2014 16:28, Pierre Perol-Schneider wrote: Well, now the problem comes at the ending barline : \once\override Score.VoltaBracket.shorten-pair = #'(1 . 0) Try a negative value like -1 instead of 0 here. ___ lilypond-user mailing

Re: Unknown Schumann piece

2014-05-03 Thread Malte Meyn
On 03.05.2014 21:54, Martin Tarenskeen wrote: On Sat, 3 May 2014, Martin Tarenskeen wrote: There is just one important thing that I couldn't read in Schumann's handwriting. It's overstroken by Schumann and in that typical 19th century German handwriting. But maybe someone in this group is ab

Re: Unknown Schumann piece

2014-05-04 Thread Malte Meyn
“Für ganz Kleiner Spieler” is grammatically wrong as well, it would be “Für ganz kleine Spieler”. And I don’t think that there is another word, it seems like this text ends with a colon or a dot (I forgot how this dot is called in English …) On 04.05.2014 09:53, Pierre Perol-Schneider wrote:

Re: An old claveciniste's notation

2014-05-06 Thread Malte Meyn
Is this what you want? http://lsr.di.unimi.it/LSR/Item?id=837 Malte (Sorry, Richard, I sent this only to you but not to the list) On 06.05.2014 15:34, Richard Shann wrote: I am typesetting some music that needs a slash between the notes of a chord, as in the attached image. Any suggestions how

Re: Validating a Scheme list

2014-05-15 Thread Malte Meyn
Hi, I almost don’t know any Scheme but I think this could be done with a map, a fold, and some function composition. In Haskell, you would do this: validate = foldr (&&) True . map ((== 2) . length) validateShort = and . map ((== 2) . length) The function and is a shortcut de

Re: The case of the repelling staccatto dot

2014-05-16 Thread Malte Meyn
Minimal example that reproduces that...¿? On 16.05.2014 06:21, Javier Ruiz-Alma wrote: v2.18.2...¿? ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Adjusting distance between staves in a system

2014-05-16 Thread Malte Meyn
Not exactly the solution you asked for, but: Why don’t you use \stemDown? Would save vertical space … On 16.05.2014 09:38, Javier Ruiz-Alma wrote: v2.18.2 I have a PianoStaff and need to increase the spacing between the staves within a system where LP has them too close. The PianoStaff has a

Re: convert-ly question

2014-05-16 Thread Malte Meyn
Under Linux try: find . -name '*.ly' -exec convert-ly -e '{}' \; Or, shorter, but doesn’t work by default with all shells (for example bash needs “shopt -s globstar” in the .bashrc): convert-ly -e **/*.ly On 16.05.2014 20:32, Tim McNamara wrote: Is there a syntax for running convert-ly on a

Re: convert-ly question

2014-05-17 Thread Malte Meyn
On 17.05.2014 18:20, Tim McNamara wrote: On May 16, 2014, at 1:54 PM, David Kastrup wrote: Tim McNamara writes: Is there a syntax for running convert-ly on a directory without having to cd into the directory and invoking convert-ly -e *.ly There doesn’t seem to be a recursive opti

Re: \bar partially broken for just me or everyone?

2014-06-01 Thread Malte Meyn
It’s not a bug, it’s a feature (see documentation; Changes for 2.18 and Notation Reference). \bar ".|:" and \bar ":|." should do what you want. On 01.06.2014 18:40, Tim McNamara wrote: Since updating to 2.18.2 and using JazzLILY I notice that when I compile scores with \bar “|:” or \bar “:|” t

Re: \bar partially broken for just me or everyone?

2014-06-01 Thread Malte Meyn
Oh, and of course, convert-ly knows this, so you can use it to update old source files. On 01.06.2014 18:59, Malte Meyn wrote: It’s not a bug, it’s a feature (see documentation; Changes for 2.18 and Notation Reference). \bar ".|:" and \bar ":|." should do what you want.

Re: Phrasing Slur with Arrow

2014-06-01 Thread Malte Meyn
Hello, this was discussed just a few weeks ago at the German LilyPond forum: http://www.lilypondforum.de/index.php?topic=1744.msg9669#msg9669 This post contains an (as far as I know) ready-to-use solution. Maybe Harm, who also subscribed to this list, will answer questions to this ;) Malte On

Re: small notehead in a chord

2014-06-02 Thread Malte Meyn
You can tweak the font size: <\tweak font-size -2 ef, ef af>2. Malte On 02.06.2014 03:46, MING TSANG wrote: lilyponders: For the following code, how can I make notehead Ef, Ef, in the chords smaller? \version "2.19.7" \language "english" { \key ef\major \time 3/4 \clef bass 2. |2. } Emmanuel

Re: Typesetting chord

2014-06-11 Thread Malte Meyn
On 12.06.2014 05:43, Javier Ruiz-Alma wrote: I dare not question Chopin. Attached is the same passage from a different edition of same piece. That’s correct because Chopin is right: the b flat belongs to the C7 chord which is the dominant seventh chord of the following f minor (and similar,

Re: Irrational time signature and tuplets

2014-06-12 Thread Malte Meyn
This can be done in LilyPond without using LaTeX: \version "2.19.6" { \override Staff.TimeSignature.stencil = #ly:text-interface::print \override Staff.TimeSignature.text = \markup \override #'(baseline-skip . 0) \center-column \number { \concat { "8+2" \tiny "√" \hsp

Re: Slur crossing through accidental

2014-06-12 Thread Malte Meyn
Another idea could be to change the position of the accidental: \version "2.18.2" \language "english" \relative c { \clef bass \time 6/8 bf8 ( d' ) r8 bf,16 ( \once \override Accidental.extra-offset = #'(-1.7 . 0) bf' ) d ( bf d bf ) } On 12.06.2014 17:13, James Harkins wrote: I am a

Re: Irrational time signature and tuplets

2014-06-12 Thread Malte Meyn
On 12.06.2014 22:25, Hans Aberg wrote: Tying this back to LilyPond, the graphical representation will look the same, only that the meter and the tuplet numbers are changed. There is another problem in the MIDI file: how to make a better approximation than 3:2. The next is 5:3, but then one

Re: Typesetting chord

2014-06-12 Thread Malte Meyn
Wiener Urtext Edition (Schott/UE) uses Y-shaped stems here, too. On 12.06.2014 22:53, Francisco Vila wrote: 2014-06-12 15:52 GMT+02:00 Mark Stephen Mrotek : In both measures the Paderewski Edition (The Fryderyk Chopin Institute) has two note heads on top of the “Y” construct. Here is what the

Re: Macro/multiply notes

2014-06-13 Thread Malte Meyn
Do you know \repeat unfold? \repeat unfold 4 { c'8 d' e' d' } or \repeat unfold 4 { c'8 d' e' d' | } would do what you want (depending on whether you want bar checks). Another hint (seems like you’re a LilyPond novice, correct me if I’m wrong): have you already seen \relative? \relative c' {

Re: Dominant

2014-06-14 Thread Malte Meyn
Hello, you can try to use either the letter D with stroke (Đ, U+0110) or, if you want a longer an diagonal stroke, a regular D and a combining long solidus overlay from unicode (D̸, U+0044 U+0337): \version "2.19.6" \relative c' { \repeat unfold 8 { } } \addlyrics { T S Đ⁷ T T S D

Re: \relative versus \absolute (was "Re: Macro/multiply notes")

2014-06-14 Thread Malte Meyn
Another aspect: on english keyboards, the single quote ' is easily reachable. But on german (and maybe other?) keyboards it’s further on the right and you need the shift key to get it; the neo layout (a german ergonomic layout which I use) also needs an extra key (called mod3, at qwerty’s caps

Re: Page headings

2014-06-18 Thread Malte Meyn
This example from the LSR could help you: http://lsr.di.unimi.it/LSR/Item?id=655 On 18.06.2014 13:57, Peter Meanwell wrote: How do I put the name of the piece at the top of each page (except the first page)? ___ lilypond-user mailing list lilypond-us

Re: How to indicate a set of measures should not be played?

2014-06-19 Thread Malte Meyn
On 19.06.2014 08:52, Jacques Menu wrote: How can I can in some way strike through those 14 bars as I do by hand with a pen on the printed score? Suggestion: print it in smaller font-size (cue notes). Commenting them out in the LP code would change the bars numbers in the following bars, which

Fwd: Re: Variable length bars

2014-06-27 Thread Malte Meyn
Forgot CC … Original Message Subject: Re: Variable length bars Date: Fri, 27 Jun 2014 08:10:52 +0200 From: Malte Meyn To: Patrick or Cynthia Karl You don’t even need the \set Timing.measureLength, a \time command will do the same when you set the TimeSignature.stencil to

Fwd: Re: Capped tuplet number

2014-07-03 Thread Malte Meyn
I really should remember to always answer to the list ... Original Message Subject: Re: Capped tuplet number Date: Thu, 03 Jul 2014 18:03:53 +0200 From: Malte Meyn To: Javier Ruiz-Alma Of course it is. I don’t have an exact solution but I think one could change the

Re: Updating a score from version 1.4

2014-07-17 Thread Malte Meyn
On 17.07.2014 21:56, Larry Kent wrote: David, You sent me this link: http://download.lin uxaudio.org/lilypond/binaries/linux-x86/lilypond-ancient-1.4.15-1.linux-x86.sh

Fwd: Re: Error on running convert.ly

2014-08-01 Thread Malte Meyn
forgot to CC again ... Forwarded Message Subject: Re: Error on running convert.ly Date: Fri, 01 Aug 2014 10:21:35 +0200 From: Malte Meyn To: John McWilliam It looks to me as if your input file contains data/text that is not properly utf8-encoded (sort of “unknown” or “in

Re: Problem with wrong font/glyphs/graphics

2014-08-24 Thread Malte Meyn
That is a known problem. If I remember correctly this only occurs with some old versions of LilyPond when using a certain version of ghostscript, but I don’t remember the exact details ... What versions of LilyPond (lilypond --version) and ghostscript (ghostscript --version) do you use? On 2

Re: Crowd engraving project

2014-08-25 Thread Malte Meyn
On 25.08.2014 12:24, Abel Cheung wrote: Please count me in too if more people are needed, currently I do have sufficient spare time. And agreeing to Phil -- perhaps better scan is needed. There are already some incomprehensible marks in as early as page 2. I quote Urs: “The material to work

Re: modalTranspose with chromatic

2014-08-31 Thread Malte Meyn
Try chromaticScaleDown = \relative c { c des d es e f ges g as a bes b } HTH, Malte On 31.08.2014 12:29, bobr...@centrum.is wrote: \version "2.18.0" chromaticScaleUp = \relative c { c cis d dis e f fis g gis a ais b } chromaticScaleDown = \relative c { c b bes a as g ges f e es d des } moti

Re: Upbeat as full measure or not?

2014-09-02 Thread Malte Meyn
I think this is not a matter of engraving rules but you should follow the composer. (If I was the composer I would prefer a version with a full measure beginning with a rest in this case. But I’m not Albert Becker.) I’ve seen both versions in different pieces from different composers. Also, y

Re: Upbeat as full measure or not?

2014-09-02 Thread Malte Meyn
Another idea if it’s unclear what the composer wanted: The first beat of measures 6 and 40 is not the ending of the phrase before, but the beginning of a new one (phrases end in 5 and 39). So in my opinion this measure “Bleibe” doesn’t have an “upbeat character”. On 02.09.2014 12:36, Malte

Re: Where is define-line-markup defined/documented?

2014-09-04 Thread Malte Meyn
cd /usr/local/lilypond && grep -r define-line-markup * doesn’t give me any results; I assume they’re not part of LilyPond. On 04.09.2014 13:38, Richard Shann wrote: The snippet http://lsr.di.unimi.it/LSR/Item?id=750 for changing the markup used for chord names makes use of Scheme procedures lik

Re: Chord with notes of different lengths

2014-09-05 Thread Malte Meyn
You can use two voices. I made two variants but I don’t like the second (because semibreves don’t belong on a stem). \version "2.19.13" \relative { % my preferred version: << 1 \\ 4 >> % IMHO ugly version: \once \override NoteColumn.ignore-collision = ##t << 1 \\

Re: Chord with notes of different lengths

2014-09-06 Thread Malte Meyn
Of course it looks better ... because you used minims, not semibreves ... And it doesn’t compile (remove the \score { } and set language to english, then it will). Am 06.09.2014 um 02:16 schrieb MarcM: I had to do the same for a chord played by violins in Beethoven 5th. Check this this look

Re: markup on top staff of an orchestra piece

2014-09-16 Thread Malte Meyn
There’s a much better solution which doesn’t need a piccolo (or whatever is on top) staff that is always present, even if it’s only filled with pauses: Put \tempo and \mark into a global variable and add this to all staffs; see attachment. This also lets you change things like time signature or

Re: Controlling the vertical position of ties

2014-09-17 Thread Malte Meyn
That may not be what you expected to read, but: Why not flip the tie upwards? 4 Am 17.09.2014 um 11:06 schrieb Jacques Menu: Hello folks, I wrote the following, from the snippets, to obtain a tie between two cis’s in two voices (code for second voice not shown): 4 ) 8 The tie is quite

Re: Automatic fixing of note between measures

2014-09-18 Thread Malte Meyn
Yes, there is the Completion_heads_engraver. I don’t remember exactly how to use it, but you’ll find it in the manuals. Am 18.09.2014 um 17:06 schrieb Jay Vara: Sometimes a note in my (generated) music falls on the bar lines. Is there a way to auto fix it by splitting the note as per the measur

Re: Automatic fixing of note between measures

2014-09-18 Thread Malte Meyn
I found it in one of my own scores: \layout { \context { \Voice \remove Note_heads_engraver \remove Rest_engraver \consists Completion_heads_engraver \consists Completion_rest_engraver } } Am 18.09.2014 um 18:25 schrieb Malte Meyn: Yes, there is the

Re: \override #'(font-series . medium) doesn't work anymore?

2014-09-18 Thread Malte Meyn
Probably that’s a bug, yes: It works in 2.19.13 (I don’t have a 2.19.14 to look at the different output). Am 18.09.2014 um 19:06 schrieb Karol Majewski: \override #'(font-series . medium) or \medium None of them work. Bug? \version "2.19.14" \paper { #(define fonts (make-pango-font-t

Re: \override #'(font-series . medium) doesn't work anymore?

2014-09-19 Thread Malte Meyn
Did you and Karol expect “medium” to be something other than “normal”? Am 19.09.2014 um 08:59 schrieb Pierre Perol-Schneider: Hi All, Please find enclosed v2.19.14, 2.19.13, 2.18.2, 2.16.2, 2.14.2 outputs of the following code : \version "2.19.14" %\version "2.19.13" %\version "2.18.2" %\versi

Re: Transpose a lilypond file

2014-10-05 Thread Malte Meyn
You can do something like the following and move the “foo = …” into song.ly: \version "2.19.13" foo = \new Score { << { c' d' e' f' } >> } { \foo } \transpose c d \foo Am 05.10.2014 um 10:03 schrieb Jay Vara: I have a song.ly file which prints a song. Is it possible for someone to pr

Re: Automatic ottava handling

2014-10-05 Thread Malte Meyn
There is a pitch-dependent staff switching automatism in LilyPond (I don’t know how it works but you can have a look at piano/harp section in the notation reference) so I think what you are asking for should at least not be impossible. Am 05.10.2014 um 17:52 schrieb David Bellows: This is pro

Re: Supporting ♯ and ♭

2014-10-06 Thread Malte Meyn
You can try to add another “language” (or add alias entries to the english language) in the file define-note-names.scm. I’m not sure whether this will work (does Scheme support Unicode?) but it would be definitely a simple solution. Am 06.10.2014 um 15:49 schrieb MarcM: In an effort to make

Re: Bass and Treble Clef notes on the same clef

2014-10-16 Thread Malte Meyn
Have a look at http://lsr.di.unimi.it/LSR/Item?id=326 Am 16.10.2014 um 22:32 schrieb Knute Snortum: I have a situation I don't know how to deal with in LilyPond. I have bass clef and treble clef notes on the same staff. I guess one way to do it is to create a markup and a small bass clef sign

Re: "continuation" bars

2014-11-26 Thread Malte Meyn
Hi Steve, what you probably are looking for is the \repeat command: { \repeat percent 3 { c'2 d' } \repeat percent 3 { c' d' e' f' } } This can be found in section 1.4 of the notation reference (http://lilypond.org/doc/v2.18/Documentation/notation/repeats). Malte Am 26.11.2014 um 19:40

Re: generating small snippets

2014-12-01 Thread Malte Meyn
Am 01.12.2014 um 12:30 schrieb Xavier Noria: That works fine, but if there was a way to get minimal output from LilyPond with just the music I would be able to write a preprocessor that replaced the code with a image of the staff (only for display mode, not inline). Maybe you should have a look

Re: articulate.ly with "rall" not working?

2012-03-14 Thread Malte Meyn
On 13.03.2012 03:52, Peter Chubb wrote: >> "Thomas" == Thomas Morley writes: > > Thomas> \version "2.14.2" \include "articulate.ly" > > Thomas> \score { \unfoldRepeats \articulate << \relative c' { c8-. d-. > Thomas> e-. f-. g-.-"rall" f-. e-. d-. c-. d-. e-. f-. g-. > Thomas> f-.

Fwd: Re: Example worth placing in lilyblog?

2013-08-08 Thread Malte Meyn
Oh, forgot to send a CC to the list. And yes, I’m from germany an meant “b flat minor”, not “b minor” … Original Message Subject: Re: Example worth placing in lilyblog? Date: Thu, 08 Aug 2013 16:38:11 +0200 From: Malte Meyn To: Jacques Menu Hello, isn’t melodic minor

Re: scheme problem: colored background, layers

2014-12-04 Thread Malte Meyn
Am 04.12.2014 um 00:13 schrieb Urs Liska: Am I seeing correctly that the arrows are coded with absolute coordinates from their starting points (i.e. they wouldn't adapt to layout changes)? This is not at all diminishing your snippet, but it would be absolutely awesome if someone could extend t

Re: implicit tuplets

2014-12-04 Thread Malte Meyn
Explicit triplets can be set with a single \tuplet command like Urs suggested. And implicit triplets can be made by scaling the durations: \version "2.19.13" \relative c' { \time 2/4 % you might want this, try it % (1 . 24) is the duration of a 1/16-triplet ;) \

Re: Arpeggio

2014-12-21 Thread Malte Meyn
Am 21.12.2014 um 20:57 schrieb Dr. Bernhard Kleine: organPart = \new PianoStaff \with { instrumentName = "Orgel" } \set PianoStaff.connectArpeggios = ##t < << \new Staff = "up" \with { midiInstrument = "church organ" I labelled the offending

Re: how to typeset temporary tempo?

2014-12-21 Thread Malte Meyn
Have you tried the \tempo command? ees4 \tempo 4 = 82 ees'2. |%m76 %%% \tempo "rit." 4 = 75 ees1 |%m79 Am 22.12.2014 um 03:15 schrieb Jinsong Zhao: Hi there, I am new to LilyPond. I try to typeset a music sheet. The following is a snippet. I don't satisfy the code in \markup, especially the si

Re: display flat symbol in ees major

2014-12-29 Thread Malte Meyn
To force an accidental, simply write an exclamation mark behind the pitch: bes! Am 29.12.2014 um 19:16 schrieb Jinsong Zhao: Hi there, I am try to learn LilyPond by doing. I have a score, which display a flat symbol in ees major. However, I can't get that in LilyPond. \version "2.19.15" \rela

music function with access to context properties like currentBarNumber?

2015-07-15 Thread Malte Meyn
Hello list, I would like to have somthing like \version "2.19.22" { \time 3/4 % bar 1 c'2. \skipUntil #5 % s2.*4 % bar 5 c'2. \restUntil #8 % R2.*2 % bar 8 c'2. } so I don’t have to count bars every time an instrument has a long rest (could also be helpful when composing, or,

<    1   2   3   4   5   6   7   8   >