Re: Oskar Fried: the Big Bang

2014-03-14 Thread Urs Liska
Not that I know of. (I think the ceremony in itself won't be that spectacular 
anyway). Of course we'll take pictures and post about it on Scores of Beauty.

However, yesterday was already an exciting day, and today will be equal. I had 
a number of very promising (and one fruitless) discussion with people from 
publishers already. And while some still have strong reservations against text 
based tools, I have the impression that many take it seriously, particularly 
with regard to future demands.
Of course having an award-winning edition to show available helps _a lot_ here 
in making a point, and being at the Musikmesse in person is also a very good 
thing. And particularly sharing a booth with SCORA might be a perfect match.

Best
Urs

Werner LEMBERG w...@gnu.org schrieb am 14.03.2014:

 Our edition of Oskar Fried's songs was elected BEST EDITION 2014
 by the German Music Publishers' Association, and we'll receive the
 award at the Frankfurt Musikmesse on Friday!

Great!  Congratulations!  Will there be a live stream of the event?


Werner

___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

-- 
Diese Nachricht wurde mit a 
href=https://play.google.com/store/apps/details?id=com.onegravity.k10.pro2;bK-@
 Mail/b/a gesendet.___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Applying alternate bar style to whole StaffGroup

2014-03-14 Thread Marc Hohl

Am 13.03.2014 17:52, schrieb Pierre Perol-Schneider:

2014-03-13 16:41 GMT+01:00 Jacques Menu imj-muz...@bluewin.ch
mailto:imj-muz...@bluewin.ch:

Hello,


Hi Jacques,

I’d like a:

\bar [|:

in one of the staves to apply to all staves in the group, not to
each one individually


  \set Score.startRepeatType = #[|:

should do the job.


I think he rather wants something like in the attached picture, but I
don't know how to realize it...

Regards,

Marc


Cheers,
Pierre


___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user



attachment: RepeatBracket.png___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Applying alternate bar style to whole StaffGroup

2014-03-14 Thread Schneidy
Marc Hohl wrote
 I think he rather wants something like in the attached picture, but I
 don't know how to realize it...
 
 Regards,
 
 Marc

Hi Marc,


\version 2.18.0

myMusic =  { 
  R1 
  \repeat volta 2 {
\repeat unfold 2 R1
  }
  s8
}

\new StaffGroup 
  \set  Score.startRepeatType = #[|:
  \set  Score.endRepeatType = #:|]
  \new Staff { 
\myMusic
  }
  \new Staff { 
\clef F
\myMusic
  }
  \new Staff { 
\clef F
\myMusic
  }

%%%

Cheers,
Pierre




--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/Applying-alternate-bar-style-to-whole-StaffGroup-tp160401p160421.html
Sent from the User mailing list archive at Nabble.com.

___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Header fonts in style sheet

2014-03-14 Thread Christian
Hi all,

Currently I am working on a style sheet for my future lilypond projects.
I was wondering how to define a font for e.g. title, composer and so on.
I have tried to make a header  context within the \layout{}, but this
doesn't seem to work.

Any ideas?

Gr.
Christian


___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: extract notes into voices

2014-03-14 Thread Gilles
Le vendredi 14 mars 2014, 00:47:28 Gilles a écrit :
 Le mercredi 12 mars 2014, 14:12:57 MING TSANG a écrit :
  Hi, lilyponders,
  I browse the LSR and find this extractNote. I is somthing that I can use.
  Please refer to .pdf : Is it possible to modify this LSR so that bar 5
  also
  be extracted to soprano staff and alto staff? I don't know scheme code.
  BTW
  - congratulation to Janek and Urs and Oskar Fried project
  Emmanuel,
  Ming
 
 I have joined my original file (chord.ly) that contains the \extractNote
 function, a \extractVoice function, and 2 derivated functions
 \extractPartUpper and \extractPartLower, that you can use in your ly file.
 
 Note that the name of chord.ly is probably a bad choice and should rather
 be chordvoice.ly or something like that.
Ouch, as you enter notes in a chords beginning by the upper one ( generally a 
chord is read from lowest to top), you have to  re-define the \extractPartUpper 
and \extractPartLower

extractPartUpper = #(define-music-function (parser location music )(ly:music?)
Extract 1st note of each chords, and 1st element of simultaneous music
 #{ \extractNote #1 \extractVoice #1 $music#})

extractPartLower = #(define-music-function (parser location music )(ly:music?)
Extract last note of each chords, and last element of simultaneous music
 #{ \extractNote #1000 \extractVoice #1000 $music#})

___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Oskar Fried: the Big Bang

2014-03-14 Thread Davide Liessi
2014-03-11 12:07 GMT+01:00 Urs Liska u...@openlilylib.org:
 Our edition of Oskar Fried's songs was elected BEST EDITION 2014 by the
 German Music Publishers' Association, and we'll receive the award at the
 Frankfurt Musikmesse on Friday!

This is really great news! Congratulations!

 We intend to open up the edition and make its sources freely available - as
 soon as the publisher's expenses have been fully covered. For this to become
 reality we really need your support. _Please_ also visit our crowdfunding
 campain at http://igg.me/at/free-fried and _please_ spread the word as
 widely as possible.

Also this is great news! :)


Best wishes.
Davide

___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: [Frescobaldi] Frescobaldi on MacPorts?

2014-03-14 Thread Davide Liessi
2014-03-14 0:46 GMT+01:00 Davide Liessi davide.lie...@gmail.com:
 At the moment MacPorts' trac is still inaccessible to me (and
 apparently not only me
 http://www.downforeveryoneorjustme.com/trac.macports.org), so I can't
 submit the update.
 I'll do it as soon as the server will be available again.

I submitted the update.
I hope that it will be merged in a couple of days, as usual.

Best wishes.
Davide

___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: extract notes into voices

2014-03-14 Thread MING TSANG
Hi Gilles,
Thank you very much. I change chord.ly to include_extract-chordvoice.ly as you 
recommend. I ran and I got the following error: For now it works for me as I 
seldom have voice three and/or voice four. 
As for chord coding, I normally enter the upper first. Is there any difference 
which way it enter? What lilypond recommend? 
Emmanuel,
Ming

Starting lilypond-windows.exe 2.19.3 [include_extract-chordvoice.ly]...
Processing `C:/Users/Tsang/Dropbox/LP_includes/include_extract-chordvoice.ly'
Parsing...
C:/Users/Tsang/Dropbox/LP_includes/include_extract-chordvoice.ly:299:55: 
error: wrong type for argument 1.  Expecting integer, found 1.2
\new Staff  \extractNote #2 \extractVoice 
#1.2 \music
C:/Users/Tsang/Dropbox/LP_includes/include_extract-chordvoice.ly:300:55: 
error: wrong type for argument 1.  Expecting integer, found 2.1
\new Staff  \extractNote #1 \extractVoice 
#2.1 \music
C:/Users/Tsang/Dropbox/LP_includes/include_extract-chordvoice.ly:1: warning: 
no \version statement found, please add
\version 2.19.3
for future compatibility
Interpreting music...
Preprocessing graphical objects...
Interpreting music...
Preprocessing graphical objects...
Interpreting music...
Preprocessing graphical objects...
Interpreting music...
Preprocessing graphical objects...
Interpreting music...
Preprocessing graphical objects...
Interpreting music...
Preprocessing graphical objects...
Interpreting music...
Preprocessing graphical objects...
Finding the ideal number of pages...
Fitting music on 1 page...
Drawing systems...
Layout output to `include_extract-chordvoice.ps'...
Converting to `./include_extract-chordvoice.pdf'...
fatal error: failed files: 
C:/Users/Tsang/Dropbox/LP_includes/include_extract-chordvoice.ly
Exited with return code 1.



On Friday, March 14, 2014 5:13:58 AM, Gilles gilles.thiba...@free.fr wrote:
 
Le vendredi 14 mars 2014, 00:47:28 Gilles a écrit :
 Le mercredi 12 mars 2014, 14:12:57 MING TSANG a écrit :
  Hi, lilyponders,
  I browse the LSR and find this extractNote. I is somthing that I can use.
  Please refer to .pdf : Is it possible to modify this LSR so that bar 5
  also
  be extracted to soprano staff and alto staff? I don't know scheme code.
  BTW
  - congratulation to Janek and Urs and Oskar Fried project
  Emmanuel,
  Ming
 
 I have joined my original file (chord.ly) that contains the \extractNote
 function, a \extractVoice function, and 2 derivated functions
 \extractPartUpper and \extractPartLower, that you can use in your ly file.
 
 Note that the name of chord.ly is probably a bad choice and should rather
 be chordvoice.ly or something like that.
Ouch, as you enter notes in a chords beginning by the upper one ( generally a 
chord is read from lowest to top), you have to  re-define the \extractPartUpper 

and \extractPartLower

extractPartUpper = #(define-music-function (parser location music )(ly:music?)
Extract 1st note of each chords, and 1st element of simultaneous music
#{ \extractNote #1 \extractVoice #1 $music    #})

extractPartLower = #(define-music-function (parser location music )(ly:music?)
Extract last note of each chords, and last element of simultaneous music
#{ \extractNote #1000 \extractVoice #1000 $music    #})___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Header fonts in style sheet

2014-03-14 Thread Nick Payne

On 14/03/14 19:33, Christian wrote:

Hi all,

Currently I am working on a style sheet for my future lilypond projects.
I was wondering how to define a font for e.g. title, composer and so on.
I have tried to make a header  context within the \layout{}, but this
doesn't seem to work.


If you just want to change the font for those items, like so:

\header {

title = \markup {

\override #'(font-name . Spectrum MT SC)

Pezzo Tedesco

}

composer = \markup {

\override #'(font-name . Spectrum MT SC)

Anon. c.1575

}

}


If you want to change the fonts used throughout the score for serif, 
sans-serif, and monospaced, then like so:



\paper {

#(define fonts

(make-pango-font-tree Charis SIL

Andika

Liberation Mono

(/ (* staff-height pt) 2.5)))

% rest of paper section here
}



Nick
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: extract notes into voices

2014-03-14 Thread David Kastrup
MING TSANG tsan...@rogers.com writes:

 Hi Gilles,
 Thank you very much. I change chord.ly to
 include_extract-chordvoice.ly as you recommend. I ran and I got the
 following error: For now it works for me as I seldom have voice three
 and/or voice four. 

 As for chord coding, I normally enter the upper first. Is there any
 difference which way it enter? What lilypond recommend? 
 Emmanuel,
 Ming

 Starting lilypond-windows.exe 2.19.3
 [include_extract-chordvoice.ly]...
 Processing
 `C:/Users/Tsang/Dropbox/LP_includes/include_extract-chordvoice.ly'
 Parsing...
 C:/Users/Tsang/Dropbox/LP_includes/include_extract-chordvoice.ly:299:55:
 error: wrong type for argument 1.  Expecting integer, found 1.2
 \new Staff \extractNote #2 \extractVoice 
  #1.2 \music
 C:/Users/Tsang/Dropbox/LP_includes/include_extract-chordvoice.ly:300:55:
 error: wrong type for argument 1.  Expecting integer, found 2.1
 \new Staff \extractNote #1 \extractVoice 
  #2.1 \music

Sometimes LilyPond's error messages mean just what they say.

-- 
David Kastrup

___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: [Frescobaldi] Frescobaldi on MacPorts?

2014-03-14 Thread Stan Sanderson
Davide,

Many thanks for your efforts.

 On Mar 14, 2014, at 4:45 AM, Davide Liessi davide.lie...@gmail.com wrote:
 
 2014-03-14 0:46 GMT+01:00 Davide Liessi davide.lie...@gmail.com:
 At the moment MacPorts' trac is still inaccessible to me (and
 apparently not only me
 http://www.downforeveryoneorjustme.com/trac.macports.org), so I can't
 submit the update.
 I'll do it as soon as the server will be available again.
 
 I submitted the update.
 I hope that it will be merged in a couple of days, as usual.
 
 Best wishes.
 Davide
 
 ___
 lilypond-user mailing list
 lilypond-user@gnu.org
 https://lists.gnu.org/mailman/listinfo/lilypond-user

___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Horizontal note spacing

2014-03-14 Thread Benjamin Fluehr
I am re-engraving music based on the attached image. Notice that the
original editor tightened the horizontal spacing between the notes on the
syllables De- and Pa-. This was done to mimic the Gregorian chant
neumes on which the music is based.

Could someone recommend how to achieve this in Lilypond? The best I have
come up with is:

normalSpacing = { \override NoteColumn.X-extent = #'(1 . 6) }
tightSpacing = { \revert NoteColumn.X-extent }

This approach has a number of downsides (can't start or stop in the middle
of a slur; can't squeeze multiple notes underneath a lyric syllable).

Thanks!
attachment: spacing.png___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Horizontal note spacing

2014-03-14 Thread Alexander Kobel

On 03/14/2014 01:34 PM, Benjamin Fluehr wrote:

I am re-engraving music based on the attached image. Notice that the
original editor tightened the horizontal spacing between the notes on
the syllables De- and Pa-. This was done to mimic the Gregorian
chant neumes on which the music is based.

Could someone recommend how to achieve this in Lilypond? [...]


Hi Benjamin,

what about faking note durations? (See the attached example.)


HTH,
Alexander
attachment: greg-durations.png\version 2.18.0

% from gregorian.ly
divisioMaior = {
  \once \override BreathingSign.stencil = #ly:breathing-sign::divisio-maior
  \once \override BreathingSign.Y-offset = #0

  % Workaround: add padding.  Correct fix would be spacing engine handle this.
  \once \override BreathingSign.minimum-X-extent = #'(-1.0 . 0.0)
  \once \override BreathingSign.minimum-Y-extent = #'(-2.5 . 2.5)

  \breathe
}
finalis = {
  \once \override BreathingSign.stencil = #ly:breathing-sign::finalis
  \once \override BreathingSign.Y-offset = #0

  % Workaround: add padding.  Correct fix would be spacing engine handle this.
  \once \override BreathingSign.minimum-X-extent = #'(-1.0 . 0.0)
  \once \override BreathingSign.minimum-Y-extent = #'(-2.5 . 2.5)

  \breathe
}

\score {
  
\new Staff \with {
  \remove Time_signature_engraver
  \hide Stem
} {
  \key d \major
  \new Voice = V \relative c'' {
\cadenzaOn
a4 fis d g fis fis4*1/3( e d4) d4 % or fis16, fis4*1/6, whatever you like
\finalis
fis4*1/3( g4) fis a fis d e d % ditto
\divisioMaior
  }
}

\new Lyrics \lyricsto V \lyricmode {
  Cre -- do in u -- num De -- um.
  Pa -- trem om -- ni -- po -- ten -- tem,
}
  

  \layout {
\context {
  \Score
  %% You also might want to try this:
  % \override SpacingSpanner.strict-note-spacing = ##t
}
  }
}
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Applying alternate bar style to whole StaffGroup

2014-03-14 Thread Marc Hohl

Am 14.03.2014 08:57, schrieb Schneidy:

Marc Hohl wrote

I think he rather wants something like in the attached picture, but I
don't know how to realize it...

Regards,

Marc


Hi Marc,


[snip]

Well, this still shows three starting brackets instead of one big
bracket spanning all three staves as shown in the poicture, isn't it?

Marc


___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Adjust individual accidental padding

2014-03-14 Thread Joey Di Nardo
Hi all, I am using an alternate notation that allows for multiple notes to
be on the staff-line, using multiple accidentals to differentiate notes.

My problem, as shown in the photo, is that I feel the topmost accidental
should be placed over the bottom two, and I feel I could achieve this by
adjusting each accidental glyph's padding property. I'm currently using:

\once \override Staff.AccidentalPlacement.padding = #'-.3
\once \override Staff.AccidentalPlacement.right-padding = #.5

In order to adjust the overall padding, however I'd like to have a way to
keep the bottom two and move the topmost to the right.

Thanks!
Joey

[image: Inline image 1]
inline: ex.png___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


minor chords

2014-03-14 Thread Martin Tarenskeen


Hi,

I am working on a leadsheet (melody and chords) which is a job I don't do 
very often. I want to print maj7 chordnames using maj7 or Maj7 instead 
of the default triangle. I have found in the manual how to do that.


I also want to use a minus sign for minor chords. e.g. C- instead of 
Cm. How can I achieve that?


--

MT


___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


RE: Lilypond Snippet Repository

2014-03-14 Thread Daniel Rosen
 From: Pierre Perol-Schneider [mailto:pierre.schneider.pa...@gmail.com] 
 Sent: Thursday, March 13, 2014 9:26 AM
 To: Daniel Rosen
 Cc: brentboylan; lilypond-user@gnu.org
 Subject: Re: Lilypond Snippet Repository
 
 2014-03-13 14:06 GMT+01:00 Daniel Rosen drose...@gmail.com:
 
  Not for me... I see a blank page.
 
 'still working,  be patient...

Not a problem. From the conversation it seemed like it was supposed to have 
been fixed, it just didn't appear to be. I have no urgent need to use the LSR 
myself. :-P

DR
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: minor chords

2014-03-14 Thread Adam Spiers
On 14 March 2014 16:19, Martin Tarenskeen m.tarensk...@gmail.com wrote:
 I also want to use a minus sign for minor chords. e.g. C- instead of Cm.
 How can I achieve that?

Luckily for you, I implemented that option in LilyPond a while ago :)

\chordmode {
\set minorChordModifier = \markup { - }
...

http://lilypond.org/doc/v2.18/Documentation/notation/displaying-chords#customizing-chord-names

___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


new Bach fugue visualization with ly2video!

2014-03-14 Thread Adam Spiers
Hi all,

ly2video, my adopted child, has grown up fast without me noticing :)
Very excited to say I got a wonderful email earlier from the clever
folks at algomus.fr notifying me that they have significantly improved
ly2video, and providing an example of what they've taught it:

https://www.youtube.com/watch?v=DrAwjJ7Fl38

Here's the pull request they've sent me, and it looks extremely good
at first glance - I'm looking forward to reviewing!

https://github.com/aspiers/ly2video/pull/55

You can learn more about their very cool fugue analysis project here:

http://www.algomus.fr/fugues/

Enjoy!

Adam

___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: minor chords

2014-03-14 Thread Martin Tarenskeen



On Fri, 14 Mar 2014, Adam Spiers wrote:


Luckily for you, I implemented that option in LilyPond a while ago :)

   \chordmode {
   \set minorChordModifier = \markup { - }
   ...


Thanks! I was searching an older manual.

--

MT




___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user