Re: Floating markup / Markup takes too much space

2012-03-09 Thread Frank Steinmetzger
On Thu, Mar 08, 2012 at 06:16:15PM +0100, Frank Steinmetzger wrote:
 Dear list
 [...] 
 Now according to annotate-spacing, I have 11.13pt of space left. The image in
 the screenshot's copyright line was included with the command
 \epsfile #Y #6 #inc/filename.eps
 
 But even if I increase the image's height from 6 to a mere 7, the markup above
 is pushed to a second page. Can you please explain to me why that is and,
 ideally, how I can get around that?

Pushing... sorry if I seem impatient, I was hoping to solve this today, and my
last few questions remained unanswered, so I hope I still get through to you
at all.
-- 
Gruß | Greetings | Qapla'
The situation is hopeless, but not serious.


pgppVH3f07RKI.pgp
Description: PGP signature
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Floating markup / Markup takes too much space

2012-03-09 Thread Francisco Vila
2012/3/9 Frank Steinmetzger war...@gmx.de:
 On Thu, Mar 08, 2012 at 06:16:15PM +0100, Frank Steinmetzger wrote:
 Dear list
 [...]
 Now according to annotate-spacing, I have 11.13pt of space left. The image in
 the screenshot's copyright line was included with the command
 \epsfile #Y #6 #inc/filename.eps

 But even if I increase the image's height from 6 to a mere 7, the markup 
 above
 is pushed to a second page. Can you please explain to me why that is and,
 ideally, how I can get around that?

 Pushing... sorry if I seem impatient, I was hoping to solve this today, and my
 last few questions remained unanswered, so I hope I still get through to you
 at all.

For logos you want them not to occupy space at all, I'd recommend the
background command of pdftk toolkit which inserts a watermark.
http://www.pdflabs.com/docs/pdftk-man-page/

-- 
Francisco Vila. Badajoz (Spain)
www.paconet.org , www.csmbadajoz.com

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


Re: Floating markup / Markup takes too much space

2012-03-09 Thread Marek Klein
Hello,

2012/3/9 Frank Steinmetzger war...@gmx.de

 On Thu, Mar 08, 2012 at 06:16:15PM +0100, Frank Steinmetzger wrote:
  Dear list
  [...]
  Now according to annotate-spacing, I have 11.13pt of space left. The
 image in
  the screenshot's copyright line was included with the command
  \epsfile #Y #6 #inc/filename.eps
 
  But even if I increase the image's height from 6 to a mere 7, the markup
 above
  is pushed to a second page. Can you please explain to me why that is and,
  ideally, how I can get around that?

 Pushing... sorry if I seem impatient, I was hoping to solve this today,
 and my
 last few questions remained unanswered, so I hope I still get through to
 you
 at all.


I can not help you directly, but I would try it with latest stable
version...
HTH

Marek Klein
http://gregoriana.sk
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Floating markup / Markup takes too much space

2012-03-09 Thread Jan-Peter Voigt

Hello Frank,

the vertical spacing is always a difficult thing. First I would 
recommend to upgrade to the latest stable version 2.14 or better 2.15.33 
(next stable 2.16 is almost finished) - there has been significant and 
improving changes to vertical spacing.


But to get a little hint quickly:
you might try
1.:
\paper {
page-count = 1
}

2.:
\epsfile #Y #5 #inc/filename.eps
it should be smaller, shouldn't it?

3.:
\paper {
bottom-margin = 9\mm %(smaller than before)
}

HTH

Cheers,
Jan-Peter


On 09.03.2012 13:49, Frank Steinmetzger wrote:

On Thu, Mar 08, 2012 at 06:16:15PM +0100, Frank Steinmetzger wrote:

Dear list
[...]
Now according to annotate-spacing, I have 11.13pt of space left. The image in
the screenshot's copyright line was included with the command
\epsfile #Y #6 #inc/filename.eps

But even if I increase the image's height from 6 to a mere 7, the markup above
is pushed to a second page. Can you please explain to me why that is and,
ideally, how I can get around that?

Pushing... sorry if I seem impatient, I was hoping to solve this today, and my
last few questions remained unanswered, so I hope I still get through to you
at all.


___
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


Grace at beginning of score

2012-03-09 Thread ornello

What is the right way to write a grace note at the beginning of the score (or
after a clef/time/key signature change)? Here is my attempt:


\version 2.14.2

{
\new PianoStaff 
\new Staff 
\key bes \major
\time 4/4
\clef violin
\new Voice {
\grace a'8 (
a''1 )
}

\new Staff 
\clef bass
\new Voice {
\key bes \major
c1
}


}


This however duplicates clefs/time/key signatures. I have found the
following issue in Google code, so it seems to be an open problem:
http://code.google.com/p/lilypond/issues/detail?id=34

But this issue does not mention a workaround? Does anybody know a trick?
-- 
View this message in context: 
http://old.nabble.com/Grace-at-beginning-of-score-tp33471730p33471730.html
Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.


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


Re: Floating markup / Markup takes too much space

2012-03-09 Thread Phil Holmes
- Original Message - 
From: Frank Steinmetzger war...@gmx.de

To: lilypond-user@gnu.org
Sent: Thursday, March 08, 2012 5:16 PM
Subject: Floating markup / Markup takes too much space


Dear list

I am trying something new; I want to include a logo in my copyright line. I
have here a one-page sheet consisting of a score and a markup block which
contains the text for verses 2 to 4.

Now according to annotate-spacing, I have 11.13pt of space left. The image 
in

the screenshot was included with the command
\epsfile #Y #6 #inc/filename.eps

But even if I increase the image's height from 6 to a mere 7, the markup 
above

is pushed to a second page. Can you please explain to me why that is and,
ideally, how I can get around that?

For future projects, where I don't have so much space left -- like multipage
scores with a constant number of systems per page -- I think it would be 
best

if I could make the image take up no additional vertical space at all, i.e.
make it float above all other elements.

My version is 2.12.3.



There have been a _lot_ of changes in the spacing calculations between the 
version you're using and current stable, which is 2.14.2.  I suggest trying 
with 2.14 and letting us know if the problems remain.


--
Phil Holmes



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


Re: Grace at beginning of score

2012-03-09 Thread Phil Holmes
- Original Message - 
From: ornello dominik.hoer...@fun.de

To: lilypond-user@gnu.org
Sent: Friday, March 09, 2012 1:20 PM
Subject: Grace at beginning of score




What is the right way to write a grace note at the beginning of the score 
(or

after a clef/time/key signature change)? Here is my attempt:


Please check the documentation for grace notes - this is well documented. 
http://lilypond.org/doc/v2.15/Documentation/notation/special-rhythmic-concerns#grace-notes 
Known issues and concerns.



--
Phil Holmes



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


Re: Grace at beginning of score

2012-03-09 Thread David Nalesnik
Hi Ornello,

On Fri, Mar 9, 2012 at 7:20 AM, ornello dominik.hoer...@fun.de wrote:


 What is the right way to write a grace note at the beginning of the score
 (or
 after a clef/time/key signature change)?


 But this issue does not mention a workaround? Does anybody know a trick?


The trick in this case is to add a grace note spacer to the other staff.

Notice that I changed  . . .   to { . . . } in your example to make it
work.

{
  \new PianoStaff 
\new Staff {  % changed from 
\key bes \major
\time 4/4
\clef violin
\new Voice {
\grace a'8 (
a''1 )
}
} % from 
\new Staff { % from 
\clef bass
\new Voice {
\key bes \major
\grace s8  % spacer grace
c1
}
} % from 
  
}

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


Re: Grace at beginning of score

2012-03-09 Thread Jean-Charles Malahieude

Le 09/03/2012 05:20, ornello disait :

What is the right way to write a grace note at the beginning of the score (or
after a clef/time/key signature change)? Here is my attempt:


[...]


But this issue does not mention a workaround? Does anybody know a trick?


Have a look at the Known issues in the Notation Reference, under
1.2.6 Special rhythmic concerns

and change your code for something like

\new PianoStaff 
  \new Staff 
\new Voice {
  \clef violin
  \key bes \major
  \time 4/4
  \grace a'8 (
  a''1 )
}
  
  \new Staff 
\new Voice {
  \clef bass
  \key bes \major
  \grace s8 % == dummy grace in order to synchronize ==
  c1
}
  




Cheers,
Jean-Charles

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


Errors with MacOS X x86: LilyPond 2.15.32-1 and OSX 10.4.11

2012-03-09 Thread Klaus Föhl
Hello,

Unpacking lilypond-2.15.32-1.darwin-x86.tar.bz2 ok. Application icon ok.

Double-clicking on App icon gives error. See Console log below.
Looks very much like issue 2271, but maybe separate number due to x86 binary.

Computer restart, also left-clicking a ly-file and choosing
version 32 from the menu no change.

Best regards

Klaus

Mac OS X Version 10.4.11 (Build 8S2167)
2012-03-09 08:18:38 +
2012-03-09 08:18:38.780 SystemUIServer[81] lang is:en
Mar  9 08:18:39 klaus-foehls-computer mDNSResponder:
Adding browse domain local.
2012-03-09 08:20:27.841 BOMArchiveHelper[145] opened /Users/kf/Desk
top/testlily/for testing 2.15.32/.BAH35Izp/lilypond-2.15.32-1.darwin-x86.tar
Traceback (most recent call last):
  File /Users/kf/Desktop/testlily/for testing 2.15.32/LilyPond.app/Cont
ents/Resources/__boot__.py, line 31, in module
_run('LilyPond.py')
  File /Users/kf/Desktop/testlily/for testing 2.15.32/LilyPond.app/Cont
ents/Resources/__boot__.py, line 28, in _run
execfile(path, globals(), globals())
  File /Users/kf/Desktop/testlily/for testing 2.15.32/LilyPond.app/Cont
ents/Resources/LilyPond.py, line 3, in module
from PyObjCTools import AppHelper
  File PyObjCTools/AppHelper.pyc, line 14, in module
  File AppKit/__init__.pyc, line 9, in module
  File Foundation/__init__.pyc, line 10, in module
  File CoreFoundation/__init__.pyc, line 21, in module
  File CoreFoundation/_CoreFoundation.pyc, line 18, in module
  File CoreFoundation/_CoreFoundation.pyc, line 11, in __load
ImportError: dlopen(/Users/kf/Desktop/testlily/for testing 2.15.32/LilyPo
nd.app/Contents/Resources/lib/python2.6/lib-dynload/CoreFoundatio
/_CoreFoundation.so, 2): Symbol not found: _CFFileDescriptorCreate
  Referenced from: /Users/kf/Desktop/testlily/for testing 2.15.32/LilyP
ond.app/Contents/Resources/lib/python2.6/lib-dynload/CoreFoundat
ion/_CoreFoundation.so
  Expected in: /System/Library/Frameworks/CoreFoundation.frame
work/CoreFoundation

2012-03-09 08:20:48.086 LilyPond[153] LilyPond Error



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


Re: Editing lilypond files with Geany

2012-03-09 Thread Michael Dykes
Tanguy Léost tanguy.leost at free.fr writes:



Hullo. I use Geany, and am currently wanting a very lightweight compiler for 
Lilypond for my net book. I googled this and found this message and others 
similar to this, but I need some instructions on how to 'add' Lilypond code 
recognition to Geany. I am currently using Geany 0.21 on Ubuntu 12.04 Beta1. 
Any 
help you can be will be appreciated.

Thanks.




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


Re: Editing lilypond files with Geany

2012-03-09 Thread thedoctor818

I just compiled the SVN version of geany (0.19).
Geany now supports  the creation of custom filetypes, so
I created one for lilypond.
It supports syntax highlighting, and one can define commands
to invoke lilypond and a pdf viewer from the editor.

Tanguy

Hullo, is there any way you could send me instructions and the coding on how
to install and set-up this lilypond plug-in for Geany? Thanks




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



-- 
View this message in context: 
http://old.nabble.com/Editing-lilypond-files-with-Geany-tp28723043p33468705.html
Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.


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


Re: Grace at beginning of score

2012-03-09 Thread Christ van Willegen
On Fri, Mar 9, 2012 at 14:20, ornello dominik.hoer...@fun.de wrote:

 What is the right way to write a grace note at the beginning of the score (or
 after a clef/time/key signature change)? Here is my attempt:

Put a \grace s8 into the other voice. 's' is an invisible note, that
takes care of setting the timing to the correct value in both voices.

Christ van Willegen
-- 
09 F9 11 02 9D 74 E3 5B D8 41 56 C5 63 56 88 C0

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


Installation error

2012-03-09 Thread Rob Creel
Hello,
I'm installing lilypond on a new MacBook Air running Mac OS X version 10.7.3.  
I downloaded the Intel Mac version of the app, and I got the following dialog 
when I tried to run the app for the first time.

LilyPond Error
An unexpected error has occurred during execution of the main script

ImportError: dlopen(/Users/robcreel/Desktop/LilyPond 7.38.49 
AM.app/Contents/Resources/lib/python2.6/lib-dynload/objc/_objc.so, 2): Symbol 
not found: _objc_sync_notify
  Referenced from: /Users/robcreel/Desktop/LilyPond 7.38.49 
AM.app/Contents/Resources/lib/python2.6/lib-dynload/objc/_objc.so
  Expected in: /usr/lib/libobjc.A.dylib


Please advise.  
Thanks,
Rob
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Installation error

2012-03-09 Thread Colin Hall

Hi Rob,

On Fri, Mar 09, 2012 at 07:44:28AM -0600, Rob Creel wrote:
 
 LilyPond Error
 An unexpected error has occurred during execution of the main script
 
 ImportError: dlopen(/Users/robcreel/Desktop/LilyPond 7.38.49
   Referenced from: /Users/robcreel/Desktop/LilyPond 7.38.49
   AM.app/Contents/Resources/lib/python2.6/lib-dynload/objc/_objc.so
   Expected in: /usr/lib/libobjc.A.dylib Please advise.  Thanks, Rob

I'm afraid that's a known (and critical) issue with the 2.14.2 release.

http://code.google.com/p/lilypond/issues/detail?id=2338

It was recently fixed in the development stream. You could download 2.15.32 and 
try that instead.

http://www.lilypond.org/development.html

Cheers,
Colin.

P.S.

I'm going to make a post on this shortly. In the meantime here is the status of 
the development branch on MacOS X:

|-+-++--|
| MacOS X | x86/ppc | User   | Issue 2338   |
| version | || on 2.15.32   |
|-+-++--|
| 10.4.11 | ppc | Ole Schmidt| verified |
| | | James Worlton  | verified |
|-+-++--|
| 10.4.11 | x86 | Klaus Foehl| fails|
|-+-++--|
|  10.5.8 | ppc | Stan Sanderson | verified |
|-+-++--|
|  10.5.8 | x86 | Stan Sanderson | verified |
|-+-++--|
|  10.6.8 | x86 | Ole Schmidt| verified |
|-+-++--|
|  10.7.3 | x86 | Eric Schissel  | verified |
| | | Hans Aikema| verified |
|-+-++--|
|  10.7.x | x86 | Phillipe   | verified |
|-+-++--|

Thanks to all the users who helped with testing!


-- 

Colin Hall

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


Status of Lilypond for MacOS X

2012-03-09 Thread Colin Hall

Hi,

There is a known critical issue with Lilypond for MacOS X version
2.14.2.

http://code.google.com/p/lilypond/issues/detail?id=2338

The symptoms are that double-clicking the Lilypond icon results in a
crash report from MacOS X.

This issue has been fixed in the development stream and a recent release, 
2.15.32, has been tested on the following platform and in almost all
cases it works fine. See the table below.

The latest development release, 2.15.33, has not been tested on MacOS X just 
yet.

|-+-+-|
| MacOS X | x86/ppc | Status of   |
| version | | Development Release |
| | | 2.15.32 |
|-+-+-|
| 10.4.11 | ppc | launches ok |
|-+-+-|
| 10.4.11 | x86 | to be verified  |
|-+-+-|
|  10.5.8 | ppc | launches ok |
|-+-+-|
|  10.5.8 | x86 | launches ok |
|-+-+-|
|  10.6.8 | x86 | launches ok |
|-+-+-|
|  10.7.3 | x86 | launches ok |
|-+-+-|

I have conflicting reports for the status of Lilypond on MacOS X
10.4.11 on x86 processors. Feel free to give it a try and let me know
what you find.

Cheers,
Colin.

-- 

Colin Hall

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


Re: Grace at beginning of score

2012-03-09 Thread ornello

Thanks to everybody for your valuable suggestions. I prefer the solution
proposed by Jean-Charles because it also works for staves with multiple
voices.

A question concerning the placement of clef/key/time signatures: Is it
always best to place them in each voice? I placed them in the staff because
I thought it makes more sense musically?
-- 
View this message in context: 
http://old.nabble.com/Grace-at-beginning-of-score-tp33471730p33472812.html
Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.


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


Re: Errors with MacOS X x86: LilyPond 2.15.32-1 and OSX 10.4.11

2012-03-09 Thread David Kastrup
Klaus Föhl klaus.fo...@uni-giessen.de writes:

 Hello,

 Unpacking lilypond-2.15.32-1.darwin-x86.tar.bz2 ok. Application icon ok.

 Double-clicking on App icon gives error. See Console log below.  Looks
 very much like issue 2271, but maybe separate number due to x86
 binary.

It would help to test this with 2.15.33.

-- 
David Kastrup


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


Re: Status of Lilypond for MacOS X

2012-03-09 Thread Tim McNamara
2.15.22 and 2.15.33 launch correctly and compile the test file just fine on my 
MacBook Pro running OS X 10.6.8.
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Status of Lilypond for MacOS X

2012-03-09 Thread Graham Percival
On Fri, Mar 09, 2012 at 03:00:33PM +, Colin Hall wrote:
 
 There is a known critical issue with Lilypond for MacOS X version
 2.14.2.

I'd use different terminology.  The lilypond osx download page
clearly says MacOS X 10.7 Lion is not yet supported..  As such,
any failure to run on 10.7 is not a bug.

- Graham

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


lilypond 2.15.33 kind-of a release candidate

2012-03-09 Thread Graham Percival
LilyPond 2.15.30 is out; this is not a actual release candidate
but it can be considered as an unofficial candidate.  All users
are invited to experiment with this version. New features since
2.14.2 are listed in the “Changes” manual on the website section
about Development.
http://lilypond.org/development.html

There are no known Critical issues with this release.  There will
be an official release candidate, with a release countdown, in a
few days.

If you discover any problems, please send us Bug reports. 
http://lilypond.org/bug-reports.html

- Graham

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


Re: Creating a mini-system for a separate coda

2012-03-09 Thread -Eluze


Janne Uusitalo wrote:
 
 Hi everyone,
 
 I'm hoping to Lilypond something not at all uncommon in pop sheet
 music but missing from the snippet repository and eluding my search
 phrases. It's basically an inline block of coda set apart from the
 bars preceding it, like so:
 
 http://imgur.com/asy1o
 http://imgur.com/ReROt
 
 The first image is a scanned example of what I've been trying to
 reproduce, and the second where I've gotten so far—which is pretty
 close. The only thing missing is the systemStartBracket, and I'm stuck
 with no idea how to insert one in the middle of a system. Does anybody
 reading this happen to know the secret ingredient?
 
I don't think I've ever seen a systemStartBracket not at the beginning of a
score or a line - wondering if somebody finds a solution, though!

Eluze
-- 
View this message in context: 
http://old.nabble.com/Creating-a-mini-system-for-a-separate-coda-tp33468347p33474595.html
Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.


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


Re: lilypond 2.15.33 kind-of a release candidate

2012-03-09 Thread Janek Warchoł
On Fri, Mar 9, 2012 at 8:47 PM, Graham Percival
gra...@percival-music.ca wrote:
 LilyPond 2.15.30 is out; this is not a actual release candidate

Graham surely meant 2.15.33.
I'm crossing fingers for the release!

Janek

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


Noteheads exactly over bar lines

2012-03-09 Thread Siska Ádám
Dear list,


I've been using Lilypond for a while, but only to create excerpts of classical 
music. Now I'd like to try whether I could switch from hand-engraving to 
Lilypond with my own music. I'm trying to engrave an orchestral piece that 
requires 'time/space notation'. I found most of the instructions in the manual 
for this, however, I can't figure out how to put the first noteheads of the 
measures exactly over their respective bar lines (like in some of Tristan 
Murail's scores, for example). Could you please give me an advice on how to 
achieve this?


Any help is highly appreciated,
Ádám Siska


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


Re: Noteheads exactly over bar lines

2012-03-09 Thread -Eluze


Siska Ádám-4 wrote:
 
 Dear list,
 
 
 I've been using Lilypond for a while, but only to create excerpts of
 classical music. Now I'd like to try whether I could switch from
 hand-engraving to Lilypond with my own music. I'm trying to engrave an
 orchestral piece that requires 'time/space notation'. I found most of the
 instructions in the manual for this, however, I can't figure out how to
 put the first noteheads of the measures exactly over their respective bar
 lines (like in some of Tristan Murail's scores, for example). Could you
 please give me an advice on how to achieve this?
 
 
 Any help is highly appreciated,
 
 

I can't really imagine what this should look like - can you provide an
excerpt or scan of this!?

thanks
Eluze
-- 
View this message in context: 
http://old.nabble.com/Noteheads-exactly-over-bar-lines-tp33474897p33475042.html
Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.


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


Re: Noteheads exactly over bar lines

2012-03-09 Thread Siska Ádám
On 2012.03.09., at 23:44, -Eluze wrote:
 Siska Ádám-4 wrote:
 Dear list,
 
 
 I've been using Lilypond for a while, but only to create excerpts of
 classical music. Now I'd like to try whether I could switch from
 hand-engraving to Lilypond with my own music. I'm trying to engrave an
 orchestral piece that requires 'time/space notation'. I found most of the
 instructions in the manual for this, however, I can't figure out how to
 put the first noteheads of the measures exactly over their respective bar
 lines (like in some of Tristan Murail's scores, for example). Could you
 please give me an advice on how to achieve this?
 
 
 Any help is highly appreciated,
 
 I can't really imagine what this should look like - can you provide an
 excerpt or scan of this!?
 
 thanks
 Eluze


Dear Eluze,


thank you for your reply. Attached please find two PNGs. The 
'current_state.png' shows an example of the settings I'm using right now (with 
the note head coming a bit after the dashed barline) and 'what_i_need.png' 
would be the solution that I'm looking for (with the barline exactly on the 
first note of the measure, which I solved for now with some graphic apps, but 
of course, that's not a real solution).


Thanks in advance,
Ádám

inline: current_state.png

inline: what_i_need.png

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


lilypond 2.15.33 available as a FreeBSD port

2012-03-09 Thread lilypond
FreeBSD users who wish to test the recently-released 2.15.33
candidate may download an ad-hoc port from:

ftp://umpquanet.com/pub/lilypond-devel-2.15.33.tar

To install it, you should first de-install any previously
existing version of lilypond.

Then, as root:

# cd /usr/ports
# tar xvf /tmp/lilypond-devel-2.15.33.tar

(or wherever you downloaded the port tarball to)

# cd print/lilypond-devel
# make install clean


I am providing this unofficial port as a service to FreeBSD users
who would like to be able to conveniently install and uninstall
LilyPond 2.15.33 for testing or production usage.  I am not
affiliated with the LilyPond development or release teams.


Jim

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


Re: lilypond 2.15.33 available as a FreeBSD port

2012-03-09 Thread Francisco Vila
2012/3/10  lilyp...@umpquanet.com:
 FreeBSD users who wish to test the recently-released 2.15.33
 candidate may download an ad-hoc port from:

 ftp://umpquanet.com/pub/lilypond-devel-2.15.33.tar

What makes it different from http://lilypond.org/unix.html#Download-3 ?
-- 
Francisco Vila. Badajoz (Spain)
www.paconet.org , www.csmbadajoz.com

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


Re: lilypond 2.15.33 available as a FreeBSD port

2012-03-09 Thread lilypond
On Sat, Mar 10, 2012 at 12:51:01AM +0100, Francisco Vila wrote:
 2012/3/10  lilyp...@umpquanet.com:
  FreeBSD users who wish to test the recently-released 2.15.33
  candidate may download an ad-hoc port from:
 
  ftp://umpquanet.com/pub/lilypond-devel-2.15.33.tar
 
 What makes it different from http://lilypond.org/unix.html#Download-3 ?
 -- 
 Francisco Vila. Badajoz (Spain)
 www.paconet.org , www.csmbadajoz.com


Download them both and compare, and I think you'll see pretty
quickly.  They're different animals.

What version of FreeBSD are you running?

Jim



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


Re: lilypond 2.15.33 available as a FreeBSD port

2012-03-09 Thread lilypond
I must correct my omission of acknowledging the help of Pietro
Cerutti in creating this port.  His expertise and assistance is
greatly appreciated.


On Fri, Mar 09, 2012 at 03:40:20PM -0800, lilyp...@umpquanet.com wrote:
 FreeBSD users who wish to test the recently-released 2.15.33
 candidate may download an ad-hoc port from:
 
 ftp://umpquanet.com/pub/lilypond-devel-2.15.33.tar
 
 To install it, you should first de-install any previously
 existing version of lilypond.
 
 Then, as root:
 
 # cd /usr/ports
 # tar xvf /tmp/lilypond-devel-2.15.33.tar
 
 (or wherever you downloaded the port tarball to)
 
 # cd print/lilypond-devel
 # make install clean
 
 
 I am providing this unofficial port as a service to FreeBSD users
 who would like to be able to conveniently install and uninstall
 LilyPond 2.15.33 for testing or production usage.  I am not
 affiliated with the LilyPond development or release teams.
 
 
 Jim
 
 ___
 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


articulate.ly with rall not working?

2012-03-09 Thread Thomas Morley
Hi,

I forward this from the german lilypond forum.

With the following code you can hear the staccati but no rallentando.

\version 2.14.2
\include articulate.ly

\score {
\unfoldRepeats \articulate

 \relative c' {
 c8-. d-.  e-.  f-.
 g-.-rall f-.  e-.  d-.
 c-.  d-.  e-.  f-.
 g-.  f-.  e-.  d-.
 c1-.
}
  
  \midi { }
}

I tried already to set the rall in various ways. Also to manipulate
articulate.ly itself. But with no success.

Suggestions?


Cheers,
  Harm

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


Re: Noteheads exactly over bar lines

2012-03-09 Thread Nick Payne

On 10/03/12 10:24, Siska Ádám wrote:

On 2012.03.09., at 23:44, -Eluze wrote:

Siska Ádám-4 wrote:

Dear list,


I've been using Lilypond for a while, but only to create excerpts of
classical music. Now I'd like to try whether I could switch from
hand-engraving to Lilypond with my own music. I'm trying to engrave an
orchestral piece that requires 'time/space notation'. I found most of the
instructions in the manual for this, however, I can't figure out how to
put the first noteheads of the measures exactly over their respective bar
lines (like in some of Tristan Murail's scores, for example). Could you
please give me an advice on how to achieve this?


Any help is highly appreciated,

I can't really imagine what this should look like - can you provide an
excerpt or scan of this!?

thanks
Eluze


Dear Eluze,


thank you for your reply. Attached please find two PNGs. The 
'current_state.png' shows an example of the settings I'm using right now (with 
the note head coming a bit after the dashed barline) and 'what_i_need.png' 
would be the solution that I'm looking for (with the barline exactly on the 
first note of the measure, which I solved for now with some graphic apps, but 
of course, that's not a real solution).


I don't know if it's of much use for your purposes, but you can use a 
notehead glyph as a rehearsal mark, which positions it directly on the 
barline:


\relative c' {
d4 d d d
\once \override Score.RehearsalMark #'extra-offset = #'(0 . -5.9)
\mark\markup\normalsize { \musicglyph #noteheads.s2 } d
}

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


Re: Creating a mini-system for a separate coda

2012-03-09 Thread Thomas Morley
Hi Janne,

2012/3/9 -Eluze elu...@gmail.com:


 Janne Uusitalo wrote:

 Hi everyone,

 I'm hoping to Lilypond something not at all uncommon in pop sheet
 music but missing from the snippet repository and eluding my search
 phrases. It's basically an inline block of coda set apart from the
 bars preceding it, like so:

 http://imgur.com/asy1o
 http://imgur.com/ReROt

 The first image is a scanned example of what I've been trying to
 reproduce, and the second where I've gotten so far—which is pretty
 close. The only thing missing is the systemStartBracket, and I'm stuck
 with no idea how to insert one in the middle of a system. Does anybody
 reading this happen to know the secret ingredient?

 I don't think I've ever seen a systemStartBracket not at the beginning of a
 score or a line - wondering if somebody finds a solution, though!

 Eluze

some month ago I created the attached workaround.

HTH,
  Harm
\version 2.14.2

rochadeAlpha = {
\override Score.BreakAlignment #'break-align-orders =
  #(make-vector 3 '(left-edge 
  ambitus 
  breathing-sign
  staff-bar
  clef	
  key-cancellation   
  key-signature 
  time-signature 
  custos)) 
  
\once \override Score.TimeSignature #'space-alist = #'( 
			(first-note fixed-space . 2.0) 
			(right-edge extra-space . 0.5) 
			(staff-bar minimum-space . 2.5))
}

move = {
\rochadeAlpha
\once \override Score.BarLine #'extra-offset = #'(-1 . 0)
\once \override Score.SpanBar #'X-offset = #'-1
\once \override Score.Clef #'extra-offset = #'(-1 . 0)
\once \override Score.KeyCancellation #'extra-offset = #'(-1 . 0)
\once \override Score.KeySignature #'extra-offset = #'(-1 . 0)
\once \override Score.TimeSignature #'extra-offset = #'(-1 . 0)
}  

onceTextLengthOn = {
\once\override TextScript #'extra-spacing-width = #'(0 . 0)
\once\override TextScript #'extra-spacing-height = #'(-inf.0 . +inf.0)
}

staffStop = {
\onceTextLengthOn
\stopStaff
\cadenzaOn
}

staffStart = {
\once\override Score.BarNumber #'break-visibility = #'#(#f #t #t)
\startStaff
\cadenzaOff
\set Staff.forceClef = ##t
}

braceBar =
#(define-music-function (parser location braceExt)(number?)
  #{
  #(define ((braceBarLine markup) grob)
(ly:stencil-combine-at-edge (ly:bar-line::print grob)
  X LEFT (grob-interpret-markup grob markup) 0.4 0))
   
  #(define braceMarkup
  (make-line-markup 
(list
  (make-with-dimensions-markup '(0 . 0) '(0 . 0) 
(make-translate-markup
		(cons 0 (+ 0.2 (/ $braceExt -10)))
  (make-left-brace-markup (+ $braceExt 20)))
  
  \once\override Score.BarLine #'hair-thickness = #'1.6
  \once \override Staff.BarLine #'stencil = #(braceBarLine braceMarkup)
  \once \override Score.Clef #'(space-alist next-note) = #'(extra-space . 0) 
  \bar |
  \move
  #})

space = 
#(define-music-function (parser location width) (number?)
#{
   \staffStop
   \onceTextLengthOn
   s1*1/100-\markup \with-dimensions #(cons 0 $width) #'(0 . 0) \null
   \once \override Score.Clef #'font-size = #'2
   \staffStart
#})

%--- Test --

\paper {
ragged-right = ##f
}

one =   
  \relative c'' {
  \key f \major
  a1 b c d
  \bar :| 
%5 
  \space #8
  \braceBar #92
  \key d\major
  \time 2/2
  \grace s8	% trick to print the bar at correct position. TODO IN ALL VOICES !!
  \bar |:
  e4 e e e f4 f f f
  \bar :|
  }

two =   
  \relative c { 
%1
  \clef bass
  \key f\major
  a1 b c d
%5
  \space #8
  \clef treble
  \key d\major
  \grace s8	% trick to print the bar at correct position. TODO IN ALL VOICES !!
  b'1 c
  }
  
three =   
  \relative c, { 
%1
  \clef bass
  \key f\major
  a1 b c d
%5
  \space #8
  \key d\major
  \grace s8	% trick to print the bar at correct position. TODO IN ALL VOICES !!
  b1 c
  }

\score {
%\new PianoStaff
\new GrandStaff 

  \new Staff 
   
\new Voice \one
  
 
  \new Staff \two
  \new Staff \three

\layout { } 
}
attachment: braceBarTest.png___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Creating a mini-system for a separate coda

2012-03-09 Thread -Eluze



 
 The first image is a scanned example of what I've been trying to
 reproduce, and the second where I've gotten so far—which is pretty
 close. The only thing missing is the systemStartBracket, and I'm stuck
 with no idea how to insert one in the middle of a system. Does anybody
 reading this happen to know the secret ingredient?

 I don't think I've ever seen a systemStartBracket not at the beginning of
 a
 score or a line - wondering if somebody finds a solution, though!
 
 
 some month ago I created the attached workaround.
 

hi Harm

congrats - now I wonder if (hope that) you're gonna put it in the LSR!?

Eluze
-- 
View this message in context: 
http://old.nabble.com/Creating-a-mini-system-for-a-separate-coda-tp33468347p33476146.html
Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.


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


Re: Noteheads exactly over bar lines

2012-03-09 Thread Siska Ádám
On 2012.03.10., at 3:00, Nick Payne wrote:
On 10/03/12 10:24, Siska Ádám wrote:
 On 2012.03.09., at 23:44, -Eluze wrote:
 Siska Ádám-4 wrote:
 Dear list,
 
 
 I've been using Lilypond for a while, but only to create excerpts of
 classical music. Now I'd like to try whether I could switch from
 hand-engraving to Lilypond with my own music. I'm trying to engrave an
 orchestral piece that requires 'time/space notation'. I found most of the
 instructions in the manual for this, however, I can't figure out how to
 put the first noteheads of the measures exactly over their respective bar
 lines (like in some of Tristan Murail's scores, for example). Could you
 please give me an advice on how to achieve this?
 
 
 Any help is highly appreciated,
 I can't really imagine what this should look like - can you provide an
 excerpt or scan of this!?
 
 thanks
 Eluze
 
 Dear Eluze,
 
 
 thank you for your reply. Attached please find two PNGs. The 
 'current_state.png' shows an example of the settings I'm using right now 
 (with the note head coming a bit after the dashed barline) and 
 'what_i_need.png' would be the solution that I'm looking for (with the 
 barline exactly on the first note of the measure, which I solved for now 
 with some graphic apps, but of course, that's not a real solution).
 
 I don't know if it's of much use for your purposes, but you can use a 
 notehead glyph as a rehearsal mark, which positions it directly on the 
 barline:
 
 \relative c' {
d4 d d d
\once \override Score.RehearsalMark #'extra-offset = #'(0 . -5.9)
\mark\markup\normalsize { \musicglyph #noteheads.s2 } d
 }

Dear Nick,

thanks for this! Although in terms of musical-logic it is not a solution, but 
it looks exactly like what I need.

Thanks,
Ádám


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