platform specific variables

2016-01-19 Thread Urs Liska
Hi all, I'd be glad if Windows and Mac users could send me the output of the following code: testVariables = #(define-scheme-function ()() (display PLATFORM)(newline) (display DOS)(newline) ; you may comment out the following if you don't want to ; show your working directory (display

Re: platform specific variables

2016-01-19 Thread Urs Liska
Hi Pierre, thanks. Am 19.01.2016 um 09:46 schrieb Pierre Perol-Schneider: > Hi Urs, > > Win8: > > Starting lilypond-windows.exe 2.19.35 [Untitled]... > windows > #f > c:\users\pierre\appdata\local\temp\frescobaldi-kkov6w\tmp6edst4 > #t > #f This looks strange to me, I have the impression it's

Re: platform specific variables

2016-01-19 Thread Pierre Perol-Schneider
Here it goes, using lilypond.exe: Starting lilypond.exe 2.19.35 [testUrs.ly]... Processing `C:/Users/Pierre/testUrs.ly' Parsing... C:\Users\Pierre #f Success: compilation successfully completed Completed successfully in 0.5". Using lilypond-windows.exe: Starting lilypond-windows.exe 2.19.35

Re: platform specific variables

2016-01-19 Thread Matthias Böhringer
Am 19.01.2016 um 09:43 schrieb Urs Liska: Hi all, I'd be glad if Windows and Mac users could send me the output of the following code: testVariables = #(define-scheme-function ()() (display PLATFORM)(newline) (display DOS)(newline) ; you may comment out the following if you don't want

Re: ly:one-page-breaking (was: ly:one-line-breaking)

2016-01-19 Thread Richard Shann
On Mon, 2016-01-18 at 22:51 -0500, Paul Morris wrote: > > On Jan 9, 2016, at 1:30 PM, Richard Shann wrote: > > > > I was wondering if it would be possible to develop a variant of "all on > > one line", namely "all on one page", where the page height would be > >

Re: tuplet number

2016-01-19 Thread David Kastrup
Stanton Sanderson writes: >> On Jan 18, 2016, at 5:07 PM, Malte Meyn wrote: >> >> >> >>> Am 18.01.2016 um 23:52 schrieb Mark Stephen Mrotek: >>> In 2.18, >>> >>> Tuplet - no number\override TupletNumber #'stencil = ##f >> >> Setting the

Re: tuplet number

2016-01-19 Thread David Kastrup
Stanton Sanderson writes: > How does one revert \omit TupletNumber to allow the number to appear for a > specific tuplet? In the following example, I would like to show the tupet > number in the second measure. Thanks in advance. > > Stan > > \version "2.19.35" >

Re: platform specific variables

2016-01-19 Thread Pierre Perol-Schneider
Hi Urs, Win8: Starting lilypond-windows.exe 2.19.35 [Untitled]... windows #f c:\users\pierre\appdata\local\temp\frescobaldi-kkov6w\tmp6edst4 #t #f Processing `c:/users/pierre/appdata/local/temp/frescobaldi-kkov6w/tmp6edst4/ document.ly' Parsing... Success: compilation successfully completed

Re: platform specific variables

2016-01-19 Thread Davide Liessi
Hi. Mac OS X 10.6.8, LilyPond 2.19.35 darwin #f /private/var/folders/XN/XNp3zsn1G-WeL9c1ocHiuE+++TI/-Tmp-/frescobaldi-XP9NDi/tmp13hDCN #t #f Best wishes. Davide ___ lilypond-user mailing list lilypond-user@gnu.org

Re: platform specific variables

2016-01-19 Thread Urs Liska
Am 19.01.2016 um 09:43 schrieb Urs Liska: > Hi all, > > I'd be glad if Windows and Mac users could send me the output of the > following code: Thanks to all, I have now enough information (and seemingly found a bug ...). Urs ___ lilypond-user

Re: Swedish letters in Lilypond lyrics?

2016-01-19 Thread Andrew Bernard
Isn’t it the OP’s point that this set is not rich enough to express Swedish? Andrew On 19/01/2016, 18:29, "Simon Albrecht" wrote: There are the text replacements, see NR A.13 (2.19.35). ___ lilypond-user mailing list

Re: Top margin

2016-01-19 Thread Sharon Rosner
After a few hours of experiments (and re-reading the docs) I have arrived at a solution: It turns that the header (and footers I guess) is always vertically positioned according to the top-margin setting. So setting the top-margin will determine the space between the top edge of the page and the

Re: Compressing percent repeats.

2016-01-19 Thread Pierre Perol-Schneider
Hi Hwaen Ch'uqi, Far from being perfect but it's a start: \version "2.19.35" compressPercent = #(define-music-function (repeats notes) (integer? ly:music?) #{ \tag Orch { %% Optional: %\set countPercentRepeats = ##t \repeat percent #repeats \absolute { #notes } } \tag

Re: Swedish letters in Lilypond lyrics?

2016-01-19 Thread karl
> On 19/01/2016, 18:29, "Simon Albrecht" wrote: > There are the text replacements, see NR A.13 (2.19.35). Andrew Bernad: > Isn’t it the OP’s point that this set is not rich enough to express Swedish? ä Ä ö and Ö is missing. /// BTW, does someone know why

Re: Compressing percent repeats.

2016-01-19 Thread Pierre Perol-Schneider
BTW, another hacky solution would be to use \compressFullBarRests and simply change its stencil with the 'percent' sign. Not nice though. ~Pierre 2016-01-19 12:27 GMT+01:00 Pierre Perol-Schneider < pierre.schneider.pa...@gmail.com>: > Hi Hwaen Ch'uqi, > > Far from being perfect but it's a

Re: Swedish letters in Lilypond lyrics?

2016-01-19 Thread Karin
Hi! Thanks for the help! We can conclude that Lilypad does not support UTF-8. I opened with Notepad and save as (was ANSI!!) but chose UTF-8 and that solved the issue! I would like the Lillypad to support UTF-8. Would be a good Christmas gift next year :-) BR Karin - who finally learnt

Re: Swedish letters in Lilypond lyrics?

2016-01-19 Thread karl
David Kastrup: > k...@aspodata.se writes: > > David Kastrup: > >> k...@aspodata.se writes: > > ... > >> > BTW, does someone know why add-text-replacements in attached file > >> > doesn't work ? > >> > I got the syntax from: > >> >

Re: Swedish letters in Lilypond lyrics?

2016-01-19 Thread David Kastrup
k...@aspodata.se writes: > David Kastrup: >> k...@aspodata.se writes: >> > David Kastrup: >> >> k...@aspodata.se writes: >> > ... >> >> > BTW, does someone know why add-text-replacements in attached file >> >> > doesn't work ? >> >> > I got the syntax from: >> >> >

Re: Swedish letters in Lilypond lyrics?

2016-01-19 Thread Simon Albrecht
On 19.01.2016 22:34, David Kastrup wrote: k...@aspodata.se writes: David Kastrup: k...@aspodata.se writes: David Kastrup: k...@aspodata.se writes: ... BTW, does someone know why add-text-replacements in attached file doesn't work ? I got the syntax from:

Re: Swedish letters in Lilypond lyrics?

2016-01-19 Thread Simon Albrecht
On 19.01.2016 22:13, k...@aspodata.se wrote: David Kastrup: k...@aspodata.se writes: David Kastrup: k...@aspodata.se writes: ... BTW, does someone know why add-text-replacements in attached file doesn't work ? I got the syntax from:

Re: Controlling hairpin length

2016-01-19 Thread Thomas Morley
2016-01-19 13:53 GMT+01:00 David Sumbler : > On Tue, 2016-01-19 at 01:27 +0100, Thomas Morley wrote: >> 2016-01-19 1:04 GMT+01:00 Thomas Morley : >> > Hi David, >> > >> > 2016-01-18 22:56 GMT+01:00 David Sumbler : >> > >> >> After

Re: Swedish letters in Lilypond lyrics?

2016-01-19 Thread David Kastrup
k...@aspodata.se writes: > David Kastrup: >> k...@aspodata.se writes: > ... >> > BTW, does someone know why add-text-replacements in attached file >> > doesn't work ? >> > >> > I got the syntax from: >> > http://www.gnu.org/software/guile/manual/html_node/String-Syntax.html#String-Syntax >> >>

Re: Swedish letters in Lilypond lyrics?

2016-01-19 Thread Simon Albrecht
On 19.01.2016 17:07, k...@aspodata.se wrote: David Kastrup: k...@aspodata.se writes: ... BTW, does someone know why add-text-replacements in attached file doesn't work ? I got the syntax from: http://www.gnu.org/software/guile/manual/html_node/String-Syntax.html#String-Syntax That's the

Re: Lilypond and Jazz chords

2016-01-19 Thread Robert Schmaus
Hi Kieren and Ponders, I’m very detail-oriented, so things that others might consider “little” often drive me quite crazy. =) Well, "little" is the wrong expression - "not painful enough to invest the time" is closer to the truth. Quite possibly that is easy to fix though Should

Fw: new important message

2016-01-19 Thread MarcM
Hello! New message, please read m...@mouries.net -- View this message in context: http://lilypond.1069038.n5.nabble.com/Fw-new-important-message-tp186208.html Sent from the User mailing list archive at

Re: Swedish letters in Lilypond lyrics?

2016-01-19 Thread karl
Karin: > Thanks for the help! We can conclude that Lilypad does not support UTF-8. I > opened with Notepad and save as (was ANSI!!) but chose UTF-8 and that > solved the issue! Ok, maybe then http://www.frescobaldi.org/ should be something for you:

How to include unicode chars in scheme strings

2016-01-19 Thread karl
http://www.lilypond.org/doc/v2.18/Documentation/notation/special-characters#ascii-aliases say I can do: \paper { #(include-special-characters) #(add-text-replacements! '(("100" . "hundred") ("dpi" . "dots per inch"))) } \markup "A 100 dpi." Fine, it works. /// But what if I

Re: Swedish letters in Lilypond lyrics?

2016-01-19 Thread David Kastrup
k...@aspodata.se writes: >> On 19/01/2016, 18:29, "Simon Albrecht" wrote: >> There are the text replacements, see NR A.13 (2.19.35). > > Andrew Bernad: >> Isn’t it the OP’s point that this set is not rich enough to express Swedish? > > ä Ä ö and Ö is missing. > > /// > >

Re: Controlling hairpin length

2016-01-19 Thread David Sumbler
On Tue, 2016-01-19 at 01:27 +0100, Thomas Morley wrote: > 2016-01-19 1:04 GMT+01:00 Thomas Morley : > > Hi David, > > > > 2016-01-18 22:56 GMT+01:00 David Sumbler : > > > >> After spending some hours trying to get to the bottom of this problem, > >

Re: ly:one-page-breaking (was: ly:one-line-breaking)

2016-01-19 Thread Paul Morris
> On Jan 19, 2016, at 4:02 AM, Richard Shann wrote: > > That's great news! For the application to Denemo taglines and footnotes > are not wanted anyway as it is for creating a score to play from > on-screen. > I guess it will be some time before this code gets into a

Re: Extent of hairpins

2016-01-19 Thread Kieren MacMillan
Hi David, > How can I change the default so that hairpins normally stop at the left-hand > edge of the final note? Adjust the bound-padding. Hope this helps! Kieren. Kieren MacMillan, composer ‣ website: www.kierenmacmillan.info ‣ email:

Re: Swedish letters in Lilypond lyrics?

2016-01-19 Thread Hans Åberg
> On 19 Jan 2016, at 13:11, Karin wrote: > I would like the Lillypad to support UTF-8. Would be a good Christmas gift > next year :-) On OS X, the editor in the LilyPond application works fine with UTF-8. ___

Displaying variables and parameter values

2016-01-19 Thread David Sumbler
Is there a way of displaying the current value of particular variables and parameters during Lilypond compilation? David ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Displaying variables and parameter values

2016-01-19 Thread Simon Albrecht
On 19.01.2016 16:20, David Sumbler wrote: Is there a way of displaying the current value of particular variables and parameters during Lilypond compilation? Of course, e.g. with #(format "Variable ‘foo’ currently has the value ~a\n" foo) where foo is the variable, ~a references the next

Re: Swedish letters in Lilypond lyrics?

2016-01-19 Thread Hans Åberg
> On 19 Jan 2016, at 13:11, Karin wrote: > I would like the Lillypad to support UTF-8. Would be a good Christmas gift > next year :-) On OS X, the editor in the LilyPond application works fine with UTF-8. ___

Extent of hairpins

2016-01-19 Thread David Sumbler
I find that consecutive hairpins (e.g. {c\< d\>}) are too closely spaced in standard Lilypond output. Looking at Elaine Gould's wonderful book "Behind Bars", I notice that in such cases her examples show one hairpin ending at the left-hand edge of a note and the next beginning at the right-hand

Re: Displaying variables and parameter values

2016-01-19 Thread Urs Liska
Am 19.01.2016 um 16:20 schrieb David Sumbler: > Is there a way of displaying the current value of particular variables > and parameters during Lilypond compilation? Of course. For example: var = "three" #(display var) #(newline) #(ly:message var) varList = #'(one two three) #(ly:message

Music Notation Style Guide

2016-01-19 Thread Luca Danieli
Just for those who yet don't know it, I've stumpled upon this beautiful Music Notation Style Guide published by the Indiana University Bloomington that can be of help to many people using Lilypond. http://www.music.indiana.edu/departments/academic/composition/style-guide/ Luca

Re: Swedish letters in Lilypond lyrics?

2016-01-19 Thread karl
David Kastrup: > k...@aspodata.se writes: ... > > BTW, does someone know why add-text-replacements in attached file > > doesn't work ? > > > > I got the syntax from: > > http://www.gnu.org/software/guile/manual/html_node/String-Syntax.html#String-Syntax > > That's the Guile-2.0 manual.

Re: Extent of hairpins

2016-01-19 Thread David Sumbler
On Tue, 2016-01-19 at 10:22 -0500, Kieren MacMillan wrote: > Hi David, > > > How can I change the default so that hairpins normally stop at the > > left-hand edge of the final note? > > Adjust the bound-padding. > > Hope this helps! > Kieren. But surely this will affect both ends of the

Re: Extent of hairpins

2016-01-19 Thread Kieren MacMillan
Hi, > But surely this will affect both ends of the hairpin. You’d think so, wouldn’t you? But that hasn’t been my experience. Try it, and let me know how it works. > Can the ends not be controlled separately? As I understand it: #'X-offset will effect where the left-hand side begins