Re: midi de percussion dans une Staff

2022-09-23 Thread Martial R
Je m'explique mal ...
C'est dans la sortie midi que je souhaite avoir un handclap et non un
woodblock
or le handclap ne sort qu'en DrumStaff ou bien je ne trouve pas le biais.


Merci d'avance


-- 
Martial Rameaux


Re: midi de percussion dans une Staff

2022-09-23 Thread Martial R
Yes, sorry.

Le ven. 23 sept. 2022 à 11:40, Jean Abou Samra  a
écrit :

> Hi Martial,
>
> I suppose you meant to send this to lilypond-user-fr, not lilypond-user,
> right?
>
> Best,
> Jean
>
>
>


midi de percussion dans une Staff

2022-09-23 Thread Martial R
Bonjour

je souhaiterai avoir un handclap au lieu d'un woodblock
je n'arrive pas à mettre à la suite  d' un Staff un DrumStaff

%
\version "2.22.2" %ou "2.23.12"

\score {
\new Staff {
 \set Staff.midiInstrument = "acoustic guitar (nylon)"
 \new Voice \relative { << { r8 g'4 g g g8 } \\ { e1  } >>
   \override NoteHead.style = #'slash
  \set Staff.midiInstrument = "woodblock"
  % hanclap à la place de woodblock
a8->  a a a->  a a a-> a  }
}

\layout { }
\midi { \tempo 4=102 }
}
%--------

Merci d'avance

[image: image.png]



-- 
Martial Rameaux


Re: Canon à 3 voix et Psalmodie

2019-10-05 Thread Martial R
En reprenant la psalmodie comme la tienne,


Le sam. 5 oct. 2019 à 09:13, Martial R  a écrit :

> Bonjour,
>
> voici le canon et la psalmodie en piece jointe.
>
> Pour info les versions de LilyPond 2.18.2 et 2.19.83 ont de nouvelles
> fonctions bien pratiques par rapport à la 2.14.0.
> la 2.19.83 est maintenant stabilisé.
> Supprimer l'ancienne version avant d'installer la nouvelle.
>
> Cordialment,
>
> --
> Martial Rameaux
>
> Le sam. 5 oct. 2019 à 00:15, arnaud.gazagnes 
> a écrit :
>
>> Bonjour !
>> Merci pour les pistes. Comment puis-je avoir sur la même page le canon
>> (de la solution 1) et la psalmodie (la mienne, a priori, car je n ai pas d
>> indication de 8 1 sur ce qui m a été donné) ?
>> Arnaud
>> agnes
>>
>>>
>
>
>

-- 
Martial Rameaux
\version "2.19.83"

\language "italiano"
#(set-default-paper-size "a4landscape")
#(set-global-staff-size 20)

%--ENTETE
\header {
  title = "Psaume 132"
  subtitle = "(Canon)"
  tagline = ##f
}

%--PAPIER
\paper {
  top-margin = 15\mm
  bottom-margin = 15\mm
  left-margin = 15\mm
  right-margin = 15\mm
  indent = 0\mm
  ragged-right = ##f
}

%CANON--
CanonI =  {
  \key re \major
  \cadenzaOn
  \mark \markup \circle "1"
  fad'4 re' la' si'8[ dod''] re''4 dod''8[ si'] la'2 \bar "|"
  la'4 la'8[ si'] la'4 sol'8[ fad'] sol'4 la' fad'2 \bar "|" \break
}

CanonII =  {
  \key re \major
  \cadenzaOn
  \mark \markup \circle "2"
  re''4 re'' dod'' si'8( dod'') si'4 la'8[ sol'] dod''2\bar "|"
  fad'4 fad'8( sol') fad'4 mi'8[ re'] mi'2 re'4 re'8[ re']\bar "|"\break
}
CanonIII =  {
  \key re \major
  \cadenzaOn
  \mark \markup \circle "3"
  la'4 si'8[ si'] la'[ la'] sol'4 sol'8[ sol'] fad'[ mi'] fad'2\bar "|"
  re'8[ re'] re'4 re'8[ re'] la4 si8[ la] si[ dod'] re'2
}

CanonLI = \lyricmode {
  Qu'il est bon pour des frè -- è -- res de vi -- vre en -- sem -- ble et d'être u -- nis.
}
CanonLII = \lyricmode {
  On di -- rait un bau -- me pré -- cieux, un par -- fum sur la tê -- te qui "des -"
}
CanonLIII = \lyricmode {
  " - cend" sur la bar -- be, la bar -- be d'A -- a -- ron, qui des -- cend sur le bord de son vê -- te ment.
}

\score {
  <<
\new Staff \CanonI
\addlyrics \CanonLI
\new Staff \CanonII
\addlyrics \CanonLII
\new Staff { \CanonIII \once \set Staff.whichBar =  ":|." }
\addlyrics \CanonLIII
  >>

  \layout {
\context {
  \Score
  \remove "Mark_engraver"
  \remove "System_start_delimiter_engraver"
  % \remove "Re
}
\context {
  \Staff
  \consists "Mark_engraver"
}
  }
}

%--PSALMODIE


Psalmodie = {
  \key re \major
 \cadenzaOn
  \set melismaBusyProperties = #'()
  fad'\breve  mi'4 \bar "|"
  sol'\breve  fad'4 \bar "|" %\break
  la'\breve   la'8[  la'] si'[ dod''] re''4 \bar "|" %\break
  la'8[ la'] sol'[ fad'] mi'4\fermata \bar "|."
  \cadenzaOff
}

PsalmodieL = \lyricmode {
  "On dirait la rosée de l'Her" --  mon,
  "qui descend de la colline de Si" -- on.
  "C'est là que la Seigneur envoie" la bé -- né -- dic -- tion,
  la vie pour tou -- jours_!
}


\markup { \vspace #3 } 

\score {
  <<
\new Voice
\context Voice = "Psalmodie" {
  \override Staff.TimeSignature #'break-visibility = #all-invisible
  \Psalmodie
}
\new Lyrics  \lyricsto "Psalmodie" 
{ 
  \override LyricText #'self-alignment-X = #-1 
  \PsalmodieL
}
  >>
  \layout {
\context  {
  \Staff \remove "Time_signature_engraver"
}
  }
}

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


glissando between two notes not joint

2010-03-27 Thread Martial

Need a glissando between two notes not joint ?

add in lsr :  http://lsr.dsi.unimi.it/LSR/Item?u=1id=662

voili
--
Martial



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


Re: ANN BETA 2: LilyPondTool 2.12.892 available for testing

2010-01-05 Thread Martial

Hi,


- the PDF preview problems
- the French localization problems
- document wizard localizations
- MIDI input problems (dupicate notes)



http://lilypondtool.organum.hu/fileadmin/lilypondtool/lily4jedit-2.12.892.zip



Please report me any problems you find.


I'st perfect for me !

Thanks !

Regards.
--
Martial



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


Re: Guitar Tablature Produces Empty Midi File

2009-10-17 Thread Martial

Hi,

with just tabStaff the midi file is empty

the log :
# -*-compilation-*-
Traitement de « C:/Documents and Settings/MARTIAL/Mes 
documents/LILYPOND/TMP-music/bac-a-sable-07.ly »

Analyse...
Interprétation en cours de la musique...
Sortie MIDI vers « /Documents and Settings/MARTIAL/Mes 
documents/LILYPOND/TMP-music/bac-a-sable-07.mid »...


if TabStaff change to Staff the midi output is good
%-
\score {
\new Staff {
\clef tab c d e f g
}
\midi {}
   % \layout {}
}
%

Or together Staff and TabStaff
%---
\score {

\new Staff {
\clef G_8 c d e f g
}
\new TabStaff {
\clef tab c d e f g
}

\midi {}
% \layout {}
}

%---


try something like:
\score {
	\new TabStaff { 
		\clef tab c d e f g

}
\midi {}
%   \layout {}
}




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


Re: Text Spanner on first note after line break

2009-09-13 Thread Martial

 Hello,


I want a tempo to be printed above the first note after the line
break, but it's getting printed at the end of the 1st staff.


just add two line
%%-
\version 2.12.2

\relative c' {
   \once \override TextSpanner #'(bound-details left text) = #accel
   \once \override TextSpanner #'(bound-details right text) = #a tempo

%%just add this
 \once \override TextSpanner #'bound-details #'left-broken #'text = ##f
 \once \override TextSpanner #'bound-details #'right-broken #'text = ##f

c\startTextSpan d e f \break |
c\stopTextSpan d e f |
 }
%%-

--
Martial



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


Re: Textspanner for one note

2009-09-12 Thread Martial



Can you help me to add the spanner to the third measure?


\repeat tremolo 3 { a  b8 \startTextSpan d8 \stopTextSpan }

or for one note : astuteness

b2.^\markup{ \italic Xylo \translate #'(-1 . 0)\draw-line #'(0 . -1)}

I hope that helps you!
--
Martial



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


Re: ANN: LilyPondTool 2.12.869 Final Released

2009-07-23 Thread Martial

Hi,

Thanks and thanks for your work !

Just a litle mistakes

Menu Plugins
LilyPondTool
Block
{}
donein place of { }

and

Menu Utilities
Global Option
JEdit
Shortcuts Plugin: LilyPondTool

There are no blocs { }'


Regards
--
Martial



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


Re: N.C. symbol?

2009-05-09 Thread Martial



Thank you, that prints a NC in the proper place but also prints the C 
chord name immediately prior to the NC.  


Oops !
just a mistake; write :  \hspace #-2 and not #2

NCString  = { c e g-\markup { \whiteout { \hspace #-2  N.C. }}}

--
Martial



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


Re: N.C. symbol?

2009-05-08 Thread Martial

Hello
use chordNameExceptions http://lsr.dsi.unimi.it/LSR/Item?id=309
%%
\version 2.12.2

% Whiteout hide the chordname
NCString  = { c e g-\markup { \whiteout { \hspace #2  NC  } } }
ChrdExcep = #(append (sequential-music-to-chord-exceptions NCString #t)
   ignatzekExceptions)

{
\chords {
  a2:m7 d2:7.9-
  g2:m7 c2:7
  \set   chordNameExceptions = #ChrdExcep c1 %chord c e g as NCString
  \unset chordNameExceptions
  a2:m7 d2:7.9-
}
 }
  % \relative c' {  a'2 d2 g,2 c2 c4 c4 c4 c4  a2 }

%%---

I need to be able to put a symbol for no chord (such as N.C.) on 
several lead sheets and can't find a simple way to do it.  Or, really, 
any way which I find even remotely comprehensible.  It seems like it 
ought to be possible- and that the simplest way would be- to put 
something like:


  a2:m7 d2:7.9-
  g2:m7 c2:7
  nc1





--
Martial



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


Re: nvlle version -pov 3.7 beta 30

2009-01-06 Thread Martial



Yes, he is working on lilypond 3D.


lol :-) 
funny but true
http://cathemline.org/povcheri/random/index.html

--
Martial



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


Re: nvlle version -pov 3.7 beta 30

2009-01-06 Thread Martial

A very nice piece of news for the (soon) resurrected LilyPond Report :-)


Thanks.

it's free (Pov-Ray and LilyPond) you can use to LilyPond Report.

Regards
--
Martial



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


nvlle version -pov 3.7 beta 30

2009-01-05 Thread Martial

b'soir
comme dit le titre nvlle version -pov 3.7 beta 30
ici http://www.povray.org/beta/



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


Re: New LilyPondTool version available for testing

2008-12-17 Thread Martial



Works for me if there is no space in the pdf file path.


ok; my path is  ../Mes documents/ etc...

works when no space

Regards
--
Martial

 no open PDF with external viewer :
 because the   after the suffix



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


Re: New LilyPondTool version available for testing

2008-12-16 Thread Martial

Hello,

Great ! nice work

Thank !

If you encounter any problems, please let me know. 


this :
- in the plugin menu / the menu LilyPondTool no work
- in the LilyPondtool Bar LilyPond no work
- no initial shorcuts  :
triplets
view with external viewer PDF
trill
etc..


Cheers
--
Martial



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


Re: New LilyPondTool version available for testing

2008-12-16 Thread Martial

Good,

Waouh the reverse point-and-click that highlights the note at the cursor
in JPedal !

I fixed the menu issue and I think also the shortcuts. 


but :
no open PDF with external viewer :
because the   after the suffix

C:\Program Files\jEdit C:\Program Files\Adobe\Reader
9.0\Reader\AcroRd32.exe C:\TMP-music\test.pdf 

Regards
--
Martial



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


Re: jedit/lilypond tool/surround text

2008-11-14 Thread Martial

hello

JeDit/LilyPondTool

menu Utilities
Global Options

in the pan left : Jedit
select shortcuts

in pan right at the top
select  All or Plugin: lilyPondTool

bellow
column Command
select and clic on  Braces {} - Braces  {}
enter with the keypad, your prefered key (I put F2)


regards
--
Martial


The excellent free Notetab program has available a useful feature to 
enclose selected text in a pair of characters - brackets etc. Does

anyone know of a simple addon/macro or whatever that would facilitate
this?





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


Re: free LilyPond advertising

2008-02-25 Thread Martial



Here's the .ly files I used.


Waouh thanks !
 Thanks for your newspaper !
Good good advertisement !

To prove that LilyPond is formidable, beam can be adapted easily with :
\once \override Beam #'positions = #'(-y1 . -y2)

%%---
RightHandTwo = \relative c'' {
	bes, ees4 r \change Staff = LH \stemUp bes16 ees f g bes \change 
Staff = RH \stemDown ees f bes

r8\pp bes,16(\( c) ees f fis aes g ees8 des16 c ces bes ees\)
r8 ees,16(\( f) ees' bes c f ees c8 bes16 aes bes c g\)
r8 c,16(\( e)
\once \override Beam #'positions = #'(-4.7 . -3.7) {f g aes bes}
\once \override Beam #'positions = #'(-3.7 . -4.7) {c aes8 g16}
aes f bes bes,\)
s8
}
%%


--
Martial



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


L'image de bonne année

2007-12-31 Thread Martial

la carte

http://cathemline.org/ba/08/

LilyPondement



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


Re: MIDI (how to) mute only one staff

2007-10-13 Thread Martial

Hi,

Maybe is it a best simple way
but :

Two score
One with only layout {}
the second with only midi {}


%%-
%Dynamics are need

Mute = { d''\f a' f' b' }

Sound = { c'\f e' g' c' }

%STAFF
\score {

\Mute \\ \Sound

\layout { ragged-right = ##t }  
}

%MIDI
\score {


\new Staff { \set Staff.midiMaximumVolume = #0.0
\set Staff.midiMinimumVolume = #0.0  \Mute }

\new Staff { \set Staff.midiMaximumVolume = #1.0
\set Staff.midiMinimumVolume = #1.0 \Sound }

\midi { }
%%\layout { ragged-right = ##t }
}
%%


I have a staff (chords in a lead sheet) that I would like to mute in the
MIDI file.
Is there a way to disable the MIDI for that staff, or set the MIDI volume to
zero, or set the instrument to none?





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


Re: LilyPondTool bundle

2007-09-22 Thread Martial



Hi, I have bundled LilyPondTool along with Java 1.6 and jEdit 4.3pre9 and
SumatraPDF as external PDF viewer, preconfigured for a Windows
environment.



Good Idea !
Very good idea !

But bug or I am idiot ?
( winXP )
I associate SumatraPDF;
Well !

I click in the menu view PDF in external PDF viewer
and received into SumatraPDF : Error Loading PDF file

I put the path of SumatraPDF in the plugin Option LilyPonTools memu
I get the same error !


Regards
--
Martial



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


Re: LilyPondTool bundle

2007-09-22 Thread Martial

Oh oh 
I have  at the end of the path of the file

 C:\Program Files\LilyPondTool\SumatraPDF\SumatraPDF.Exe
C:\...\Mes documents\MyFile.pdf 

and now it can't open with AdobeReader or  FoxitReader
and so with the classic install jedit and LilyPondToo

I am not happy ;-)

Regards
--
Martial




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


Re: LilyPondTool bundle

2007-09-22 Thread Martial



I have  at the end of the path of the file
 C:\Program Files\LilyPondTool\SumatraPDF\SumatraPDF.Exe
C:\...\Mes documents\MyFile.pdf 


hum ! resolve impossible at this time !

I think that the problem happened when I updated
the plugins template.jar velocity.jar etc...
I don't remember which plugins was updated !

--
Martial



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


Re: programming error: (de)crescendo on items with specified volume.

2007-08-29 Thread Martial



I started getting this message:
  programming error: (de)crescendo on items with specified volume.
  b8 a4. \ ^rit. r8 f8 \! \mp e f |


try this

with \f before \  \p

\score {
{ b8 a4.\f \ ^rit. r8 f8 \! \mp e f  }
\midi { }
}


and without dynamics


\score {
{ b8 a4.\ ^rit. r8 f8 \!  e f  }
\midi { }
}

return not programming error :-)

You must specified a volume (dynamics) with  logique (de)crescendo



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


Re: programming error: (de)crescendo on items with specified volume.

2007-08-29 Thread Martial




You must specified a volume (dynamics) with  logique (de)crescendo


ditto  the midiMaximumVolume and midiMinimumVolume do not equal.

this example return
 programming error: (de)crescendo on items with specified volume.

\score {
 {
\set Staff.midiMaximumVolume = #0.5
\set Staff.midiMinimumVolume = #0.5
   b8 a4.\f\ ^rit. r8 f8 \! \p  e f
 }
 \midi { }
}



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


Re: how to mute explicit voices in midi output

2007-08-26 Thread Martial

hello

Put a dynamic at the begin off no sound

%
\version 2.10.29
\score {
\relative c' {
c8
c c d
e4 d
\set Staff.midiMaximumVolume = #0   
c8\f^Dyn. for NO sound
e d d
\set Staff.midiMaximumVolume = #1
 c2 \f^for sound
}
\layout { }
\midi { }   
}
%


I think the manual is a bit unclear on this topic.
I tried \set Staff.midiMaximumVolume = #0 but it didn't work.





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


Re: how to mute explicit voices in midi output

2007-08-26 Thread Martial

hello

Put a dynamic at the beginning of your Note where you dont want no sound.

%
\version 2.10.29
\score {
\relative c' {
c8
c c d
e4 d
\set Staff.midiMaximumVolume = #0
c8\f^Dyn. for NO sound
e d d
\set Staff.midiMaximumVolume = #1
 c2 \f^for sound
}
\layout { }
\midi { }
}
%

 I think the manual is a bit unclear on this topic.
 I tried \set Staff.midiMaximumVolume = #0 but it didn't work.



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


Re: how to mute explicit voices in midi output

2007-08-26 Thread Martial



You can hide the dynamics with

\once \override Score.DynamicText #'transparent = ##t   


Put a dynamic at the beginning of your Note where you dont want no sound.
 I think the manual is a bit unclear on this topic.
 I tried \set Staff.midiMaximumVolume = #0 but it didn't work.




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


Re: problem with point-and-click and LilyPondTool

2007-07-27 Thread Martial

Hi !

I already had this problem (i searched a long time why ):

 Point-and-click don't work with the paper landscap format :-)

When you work put in portrait !
\paper { #(set-paper-size a4 )

regards



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


Re: problem with point-and-click and LilyPondTool

2007-07-27 Thread Martial

Hi !
I already had this problem :

The  paper landscap format don't work for Point-and-click :-)

When you work put in portrait !
\paper { #(set-paper-size a4 )

I have



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


Re: Substitution

2007-07-26 Thread Martial

Hi !

In the following code, why doesn't my substition work?


just put in bracket {  blabla  }

breath = {
\once\override BreathingSign #'extra-offset = #'(0.0 .
1.0)\breathe
}



%%+++ begin snippet 

\version 2.11.23
\include english.ly

breath = \once\override BreathingSign #'extra-offset = #'(0.0 .
1.0)\breathe

Test = {
\key c \major
\clef treble
\time 4/4

c''4 c'' \breath c'' c'' \break
c''4 c'' \once\override BreathingSign #'extra-offset = #'(0.0 .
1.0)\breathe c'' c''


}

\score {
\Test

}

%%+++ end snippet +++




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


Re: override-auto-beam-setting bug?

2007-07-26 Thread Martial


 Hi,

you must write that it is for all the Staff

\relative c'' {
\time 8/8
#(override-auto-beam-setting '(end * * * *) 3 8 'Staff)
#(override-auto-beam-setting '(end * * * *) 6 8 'Staff)
#(override-auto-beam-setting '(end * * * *) 8 8 'Staff)
c8 c c c c c c c
 g'1 \\ {c,8 c c c c c c c} 
}


Since 2.11.28, override-auto-beam-setting does not work anymore in newly 
instantiated voices (implicit or not):


\version 2.11.28
\paper { ragged-right = ##t }
\relative c'' {
\time 8/8
#(override-auto-beam-setting '(end * * * *) 3 8)
#(override-auto-beam-setting '(end * * * *) 6 8)
#(override-auto-beam-setting '(end * * * *) 8 8)
c8 c c c c c c c
 g'1 \\ {c,8 c c c c c c c}
}

yields attached png. Is this a bug or is there a way to set 
override-auto-beam-setting for all voices at once? (the docs 404 since this 
noon :( )


with kind regards,
Wilbert Berendsen




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


Re: textSpanner again.

2007-07-25 Thread Martial

hi

the  syntaxe  changed in 2.11..

You use version 2.10.25

try this
%%
\version 2.10.25
{
c1
\textSpannerDown
 \override TextSpanner #'edge-text = #'(rall  . )
c2\startTextSpan b c\stopTextSpan a
}
%%%

regard


From the lilypond documentation i have this:

% Start
c1
\textSpannerDown
\override TextSpanner #'bound-details #'left #'text =
  \markup { \upright rall }
c2\startTextSpan b c\stopTextSpan a
% End



I get this error:



GNU LilyPond 2.10.25
Processing `tmp.ly'
Parsing...
tmp.ly:2:0: error: syntax error, unexpected NOTENAME_PITCH




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


Re: textSpanner again.

2007-07-25 Thread Martial

 Ah, and wher do i find the documentation for the stable 2.10. ?
 Or is there a stable version of 2.11 coming soon?

here 

http://lilypond.org/ 

it't cool isn't it ? 

follow the links Download  and Documentation at top this page 
 









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


Re: ooolilypond user

2007-07-17 Thread Martial

just write this
---cut-
 
   \new ChordNames {
 \set chordChanges = ##t
 \chordmode {  a2 c2  }
 }

  \new Voice = one { \autoBeamOff
\relative c' { \clef treble  \key c \major  \time 4/4  a b c d }
}

  \new Lyrics \lyricsto one \lyricmode { Aaa Bee Cee Dee}
   
cut---

OooLilyPond seems to be EXACTLY what I was looking for to write a book 
on jazz improvisation.
 
I use Window XP and I can get it to insert simple scores in 
OpenOffice.org such as:
 
\key c \minor \relative c'' { c16 es, d es c es d es c' es, d es c es d es }
 
which is the test given in the sourceforge webpage.
 
However, other scores that are created in LilyPond without problems, 
such as this one given in the LilyPond tutorial:
 


 \version 2.10.10
 melody = \relative c' {
\clef treble
\key c \major
\time 4/4
 
a b c d

 }
 
 text = \lyricmode {

Aaa Bee Cee Dee
 }
 
 harmonies = \chordmode {

a2 c2
 }
 
 \score {


   \new ChordNames {
  \set chordChanges = ##t
  \harmonies
   }
\new Voice = one {
   \autoBeamOff
   \melody
}
\new Lyrics \lyricsto one \text

\layout { }
\midi { }
 }

get quite a lot of syntax errors and unknown escaped strings and 
unexpected strings.
 
Does OooLilyPond have a shorter scope than LilyPond?
 
I've tried running both lilypond.exe and lilipon-window.exe as the 
executable on config, with the same results.
 
Thank you!




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


Re: Decorated scores

2007-06-18 Thread Martial


I dont have a program to convert a bitmap graphic (TIFF, JPG,...) to EPS. 
Does anbody knows any program that runs with Windows XP?


Gimp ! simplified Install

http://www.aljacom.com/~gimp/download.html

version 2.3.14 (write and read eps)
at the bottom of the page



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


Re: lilypond

2007-06-13 Thread Martial

 I just downloaded the 
 software and did all the right (I hope) stages, but the file does not open. 

LilyPond is a batch system: it is run on a text-file containing the notes.
See the howto http://lilypond.org/web/switch/howto.html

In the tutorial 2.1.1 Compiling a file: 
http://lilypond.org/doc/v2.10/Documentation/user/lilypond/Compiling-a-file.html

On Windows, start up a text-editor and enter ( with the braces ) 

{
  c' e' g' e'
}

Save it on the desktop as test.ly 
and make sure that it is not called test.ly.TXT. 
Double clicking test.ly 
will process the file and show the resulting PDF file.../...





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


Re: TabStaff bug?

2007-06-09 Thread Martial

Version 2.10.25 winXP

same problem at the 6em string

AVERTISSEMENT : could not calculate a string number.
\new TabStaff  { c b, a,
  g, f e}





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


Re: tieRepeat ???

2007-06-08 Thread Martial

is this solution acceptable ? :

\alternative {
{
\once \override NoteHead #'duration-log = 1
g2 ~ \hideNotes  \bar  g2  \unHideNotes   %% here ...
}
%.



What code shall I write if the first alternative of a repeat ends with
a tie?

(What I'd like is kind of the opposite of \repeatTie)


%% - LilyPond code -
\version 2.11.23
\paper{ ragged-right=##t }
\relative g' {
  g1~ |
  \repeat volta 2{
g4 r4 r2 |
  }
  \alternative{
{
  g1~ |  %% here I want the tie to end at the repeat sign...
}
{
  g4 e c2 |
}
  }
}
%% -- end of code --





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


Re: special char support?

2007-05-31 Thread Martial


save your file in UTF-8 encoding.

utf-8 support editor:  Jedit (with LilypondTool it's top), notepad, etc..




I wanted to ask if it's possible to let Lilypond display special chars.
I am still a beginner and I am now trying to engrave a piece called GARÔTO.
However, after compiling the file I see only GAR, not even GARTO or 
something.
Is there a special way to fix this, or is it just not implemented yet?





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


Re: Single Staff Polyphony

2007-05-27 Thread Martial

Use \new Voice \voiceOne ... \voiceTwo ...


\new Staff 
\new Voice {  \voiceOne \A }
\new Voice {  \voiceTwo  \B }


and if you want only one note appears
use  s for the seconde voice

1) a4
b) s8 c8

I have a question regarding single staff polyphony. When two voices 
share the same pitch LilyPond (2.6.3)  will show the two notes next

to each other. I would like to alter this so that only one note
appears with beams up and down. If notes have different time values,
I'd like  the note with longest duration to be shown.




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


Re: empty midi file output from guitar tab

2007-05-25 Thread Martial

write a second score without layout block


\version 2.10.10
guitarline = {
a,4\5 c'\2 a\3 e'\1
}

 \score {
  
  \new TabStaff = gtr {  \guitarline }
   
\layout {
   \context { \RemoveEmptyStaffContext  }
}
}

 \score {
  \guitarline
  \midi {  }
 }


This simple line in guitar tab produces a correct pdf score and a midi 
file, but
the midi file does not have any notes or durations in it. So it plays 
but makes no sound.




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


Re: Help with a symbol.

2007-04-29 Thread Martial

hi!
pff !  I am a stupid boy; this is so simple.

{ c'^\markup { \musicglyph #pedal.* }  }





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


Re: \flageolet too big

2007-02-26 Thread Martial

Hi,

Which is the solution ?
How use \tweak ?

regards!
--
Martial


F = ^\markup { \fontsize #-3  \musicglyph #scripts.flageolet }

Thanks.  However, this is no longer an `articulation' because of
the `^'.

Han-Wen?

\tweak


Thanks!  I now have the solution -- this is something which should
probably be added to the manual because Joe User probably won't find
it...




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


Re: \flageolet too big

2007-02-26 Thread Martial

Ooh yes
Thanks !

Read Werner's full email!




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


Re: White notation in french baroque

2007-02-26 Thread Martial

Hi,
see in this page

http://lilypond.org/doc/v2.10/Documentation/topdocs/NEWS.html

 \override NoteHead #'duration-log = 1


how can I realize white notation with lilypond?
In the french baroque some composers used white noteheads in slow pieces, 
mainly in 3/2-time.

A quater looks there like a eighth with a white notehead. Look at the picture.






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


Re: White notation in french baroque

2007-02-26 Thread Martial

Hi,

Oh yes I see the problem,
sorry the solution is an enigma for me.

We can make this trick :
\set Score.proportionalNotationDuration = #(ly:make-moment 1 8)
 but the result is so ugly too !






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


Re: \flageolet too big

2007-02-24 Thread Martial

Hi
I don't find a solution to the `font-size' property
with version  2.8.8 or 2.10.19 and 2.11.19

but if you change the syntax it work good

F = ^\markup { \fontsize #-3  \musicglyph #scripts.flageolet }


The flageolet sign is too big for me -- this is both a matter of
taste and the intended purpose.

I tried to make it smaller, and I failed.  To be more specific, I
tried to define a shorthand \F which should behave similar to the
\flageolet command but printing the `flageolet' glyph at a smaller
size.

How can I do that?  Note, however, that I'm not interested in a
solution which generally reduces the size of the Script grobs (this is
what I'm doing now because I couldn't find something better) since it
would have unpleasand side effects if there is more than a single
articulation sign is attached to the note head.

I would like to say this

  F = #(make-music 'ArticulationEvent
   'articulation-type flageolet
   'font-size -3)

but the `font-size' property has no effect, and I don't know how to
make this work...





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


Re: \flageolet too big

2007-02-23 Thread Martial

Hi

I don't find a solution to fontsize
with version  2.8.8 or 2.10.19 and 2.11.19

but if you change the syntaxe it work good

F = ^\markup { \fontsize #-3  \musicglyph #scripts.flageolet }



The flageolet sign is too big for me -- this is both a matter of
taste and the intended purpose.

I tried to make it smaller, and I failed.  To be more specific, I
tried to define a shorthand \F which should behave similar to the
\flageolet command but printing the `flageolet' glyph at a smaller
size.

How can I do that?  Note, however, that I'm not interested in a
solution which generally reduces the size of the Script grobs (this is
what I'm doing now because I couldn't find something better) since it
would have unpleasand side effects if there is more than a single
articulation sign is attached to the note head.

I would like to say this

  F = #(make-music 'ArticulationEvent
   'articulation-type flageolet
   'font-size -3)

but the `font-size' property has no effect, and I don't know how to
make this work...


Werner




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


Re: LilyPondTool 2.10.4-2 (help fix) released

2007-02-19 Thread Martial

Thanks Thanks !

I use LilyPondTool since just one month.
I tested the version 2.10.3 and I adopted it.
Now I can't leave it !
Sorry but bye bye scite and Crimson Editor

re Thanks

I've fixed the doc bug. Get it from: 
http://sourceforge.net/project/showfiles.php?group_id=91119


--
Martial



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


Re: How to align markup \column to the right

2007-02-15 Thread Martial

Oh yes I see

hmm
A old solution is

\override Staff.InstrumentName #'space-alist =
#'((left-edge extra-space . 0.0))

but no work with 2.8.8
sorry !

\relative c' {
\override Staff.InstrumentName #'space-alist =
#'((left-edge extra-space . 0.0))

\set Staff.instrument =
\markup {
\column { \right-align { \tiny { A Bela Bartok  1940 }}}
}
c4 d e f g a b c
}



Well, due to other bugs in lilypond, I use 2.8 - which has this buggy.

Bert

Martial írta:

Hi
You don't obtain this (see image joint) with the syntaxe ?


\relative c' {
\set Staff.instrumentName =
\markup {
\column {  \right-align {  \tiny {
ABela Bartok  1940 }}
}
}
c4 d e f g a b c}


That doesn't work correctly for me. It puts the text too much to the 
left of the score.



Bert



Martial írta:

hi
try this :

\set Staff.instrumentName =
\markup {
\column {
\right-align {A \tiny Bela \tiny Bartok 1940 }
}}





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


Re: How to align markup \column to the right

2007-02-14 Thread Martial

Hi
You don't obtain this (see image joint) with the syntaxe ?


\relative c' {
\set Staff.instrumentName =
\markup {
\column {  \right-align {  \tiny {
ABela Bartok  1940 }}
}
}
c4 d e f g a b c
}


That doesn't work correctly for me. It puts the text too much to the 
left of the score.



Bert



Martial írta:

hi
try this :

\set Staff.instrumentName =
\markup {
\column {
\right-align {A \tiny Bela \tiny Bartok 1940 }
}}

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


Re: How to align markup \column to the right

2007-02-13 Thread Martial

hi
try this :

\set Staff.instrumentName =
\markup {
\column {
\right-align {A \tiny Bela \tiny Bartok 1940 }
}}


\set Staff.instrument = \markup { \right-align \column {  A  \tiny 
Bela  \tiny Bartok  1940 } }

But that doesn't aligned to the right.
Could you give me a clue?




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


Re: Convert-ly problem

2007-01-02 Thread Martial

Other simple procedure , in the folder of myfile.ly,
 open a new document text with your notepad,
write : convert-ly -e myfile.ly .

Save this document with the extension *.bat,
example : convert.bat .

Do launch with a double-clic on this file.


--
Martial
http://cathemline.org



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


Re: Two notes per syllable and two syllables per note

2006-12-23 Thread Martial


I'm trying to write a hymn in Spanish. Sometimes there are two syllables on 
one note (not uncommon in hymns in Spanish, usually two vowels come together) 
and there are some pairs of notes which take two syllables in some verses and 
one in others. I tried putting numbers after the syllables, but it didn't 
work. How can I make it work?


Try this


\relative {   c4  c   \times 2/3  { c8 c c }  c4 }
\addlyrics { two syl-lables  one _ _ word }



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


Re: MIDI help

2006-12-06 Thread Martial
 added the \midi {} command at the end in many different ways but nothing 
 worked.

\score {
  \new PianoStaff 
  \new Staff { \clef treble r16 c' d' e' f' d' e' c' g'8 c'' b'\prall c'' d''16 
g'
  a' b' c'' a' b' g' d''8 g'' f''\prall g''}
  \new Staff { \clef bass r2 r16 c d e f d e c g8 g, r4 r16 g a b c' a b g }
   

\layout { }
 
\midi { \context { \Score  tempoWholesPerMinute = #(ly:make-moment 60 4)}}
}













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


Re: Manual engraving video

2006-11-22 Thread Martial


The fact that they chose to switch to computer-engraving doesn't contradict 
that hand-engraving is far better; see:

http://lilypond.org/web/about/automated-engraving/introduction.html


And the Lilypond product is great !

http://cathemline.org/lily/fragment_typo.html




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


Re: ly:wide-char-utf-8

2006-11-21 Thread Martial



I try to typeset the word There's, with a decent apostrophe. This
would lead to



save your LilyPond file in utf-8 format and write

%
\relative c' { c d c e  g c2. }
\addlyrics { There's a beau -- ti -- ful text }
%=

--
Martial



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


Re: silly newbie question

2006-11-15 Thread Martial

 Hi,


1) no only on the last page

2) you can change in the header bloc
\header {
 tagline = My beautiful score engraving by Lilypond
}

3) Headers may be completely removed by setting them to false.
\header {
tagline = ##f %not recommended by respect
composer = ##f
}

 Is there a command to prevent that
 Music engraving by LilyPond 2.10.0-www.lilypond.org
 is printed on every page?



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


Re: Beaming strategy

2006-11-14 Thread Martial

hi,

try this

%--cut-
qbeam = {
#(override-auto-beam-setting '(end 1 8 * *) 1 4 'Staff)
#(override-auto-beam-setting '(end 1 8 * *) 2 4 'Staff)
#(override-auto-beam-setting '(end 1 8 * *) 3 4 'Staff)
}

{
g8 g  g  g  g  g  g  g
 \qbeam
g8 g  g  g  g  g  g  g
}

%---



In a 4/4 score, lilypond beams 8th notes as if it were a 2/2 score:
  g8 g  g  g  g  g  g  g  =  g8[ g g g] g[ g g g]



Is there some global setting to have 4/4 beaming in groups of two:
  g8 g  g  g  g  g  g  g  =  g8[ g] g[ g] g[ g] g[ g]





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


Re: Changing fonts in titles.

2006-11-09 Thread Martial



It is possible to change the fonts of the title?
I have a very nice collection of pfb fonts in my ghost script fonts, 
that I wan to use.

Please if is possible send me an example.


%---begin example encode utf-8

%ChangeFont
\header {
title= \markup { \override #'(font-name . Agent Orange) la 
Police}
subtitle= \markup { \override #'(font-name . bambi bold) 
appel donc la police}
subsubtitle= \markup { \override #'(font-name . 
ecolier_court) Mais que fait la police ?}

instrument  = \markup {police par défaut}
poet = \markup { \override #'(font-name . comic) que fait la 
police ?}

}
deflyric ={\override Score.LyricText #'font-name =  monti }

LyricA = \lyricmode { bon ordre, sûr' -- té, sé -- cu -- ri -- té  }
LyricB = \lyricmode {  la sa -- lu -- bri -- té pu -- bli -- que }

\new ChoirStaff

\new Voice = A {   \time 6/8 c'8 d'8 e'8 f'4. g'16 a'16  b'4 c''4.  \bar 
|.}

\new Lyrics = A { s1 }
\new Lyrics = B { s16 }
\new Voice = B  { \time 6/8 c''4.  b'4. a'16 g'16 f'4 e'8 d'8  c'8  }
\context Lyrics =  A   \lyricsto   A  \LyricA
\context Lyrics =  B  \lyricsto   B  \LyricB

%end



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


Re: utf-8

2006-10-23 Thread Martial

Save your  Lilypond script in utf-8

with notepad (in windowsXP)
your music.ly
save as
code utf-8

run Lilypond and  :)
attachment: utf-8.jpg
___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: OOoLilyPond macro installation and use

2006-10-20 Thread Martial

Hello

I tried going with 2.8.7, and installed the macro just as instructed, 
and it still crashed OO.  Any ideas?


I use 2.9.25, and OoLilypond is fine after this hanging !


Associate a keyboard shortcut with the macro
- Create a new writer document
- Select from the Menu: Tools -- Customize...
- Go to the tab Keyboard

- SELECT the CASE OpenOffice.org

- Select Control-M as Shortcut key
- Select OpenOffice.org Macros/user/OOoLilyPond/Main as Functions Category
- Select main as Funtion
- Click Modify

Regards



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


Re: OOoLilyPond macro installation and use

2006-10-20 Thread Martial

Hello

 I tried going with 2.8.7, and installed the macro just as instructed,
 and it still crashed OO.  Any ideas?

I use 2.9.25, and OoLilypond is fine after this hanging !


Associate a keyboard shortcut with the macro
- Create a new writer document
- Select from the Menu: Tools -- Customize...
- Go to the tab Keyboard

- SELECT the CASE OpenOffice.org

- Select Control-M as Shortcut key
- Select OpenOffice.org Macros/user/OOoLilyPond/Main as Functions Category
- Select main as Funtion
- Click Modify

Regards



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


Re: pb with epsfile

2006-10-17 Thread Martial



The good syntaxe :
La bonne syntaxe est  :


\version 2.9
\score {
\relative c {
\clef bass
c^\markup { \epsfile #0 #5 #tirer.eps }
  }
 }


tirer.pdf
Description: Adobe PDF document
___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Why No Page Numbers?

2006-10-16 Thread Martial

Just add  print-page-number = ##t


 \paper
 {
 first-page-number = 1
 print-first-page-number = ##t
 print-page-number = ##t
 }





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


Re: Lilypond et HTML

2006-10-13 Thread Martial
 Hello, 

write this sample and save fragment.ly : 


lilypond fragment relative=2
\key c \minor c4 es g2
/lilypond


open notepad un the same folder
write this and save in lilypond-book.bat

lilypond-book.py -f html  fragment.ly

run lilypond-book.bat and see 

fonctionne avec la version 2.9.23
pas avec la 2.8.7

good with the version 2.9.23 
no-good with 2.8.7

--
Martial



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


Re: OOoLilyPond 0.3 release

2006-10-12 Thread Martial

(windows XP - Lilypond 2.9.22.2)

It's ok  when installed in
C:\Program Files\OOoLilyPond

Thank !

--
Martial
http://cathemline.org



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


Re: How to do, on the same page, parts 'Tutti' size 12 and parts 'Solo' size 20

2006-06-27 Thread Martial

Bonjour

See this sample
http://lilypond.org/doc/v2.8/input/test/lily-1737238388.ly

Je voudrais, par exemple, que les parties ' Tutti ' soient à la taille 
12 et des parties ' Solo ' à la taille 20.


Par exemple en faisant 2 parties distinctes.
Une Tutti et une Solo.
On change la taille des polices et l'espace entre les polices
(avec  \with { } apres \new Staff )
fontSize et staff-space doivent avoir la même grandeur !

\new Staff
\with
{
fontSize = #Size
\override StaffSymbol #'staff-space = #(magstep -Size)
}
{
ma_musique
}


Use two scores,  one tutti and one Solo,
and put in the

\new Staff
\with { fontSize = #Size \override StaffSymbol #'staff-space = #(magstep 
Size)  }  { \MY-MUSIC }


staff-space and fontSize must be both scaled .


--
Martial





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


Re: How to do, on the same page, parts 'Tutti' size 12 and parts 'Solo' size 20

2006-06-27 Thread Martial

Simple sample :
% 
%different-Staff-size

One = \relative c' { c d e f g a b c}
Two = \One

 \new Staff \with {
fontSize = #-4
\override StaffSymbol #'staff-space = #(magstep -4)
 }
{ \One }

 \new Staff \with {
fontSize = #4
\override StaffSymbol #'staff-space = #(magstep 4)
}
{ \Two }

% 

--
Martial





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


Re: Markup

2006-06-27 Thread Martial

Hello !

don't forget the ^

test this :

%---
\layout { ragged-right = ##t }
{
R1^\fermataMarkup
 ^\markup {  \right-align \italic { vln: Sunnybank, NewJersey.} }
 ^\markup{  \left-align Around 1905 }
}
%-

--
Martial






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


Re: How to work with makefile?

2006-06-02 Thread Martial

1) see the README

2) write a batch file with the same command.

a batch file is a file with extension *.bat
it is a executable.

a simple sample file.bat :  lilypond.exe myfile.ly

double clic on the *.bat for run !


With the  Lully file of Nicolas Sceau
write in the file.bat

lilypond -b null -d write-tweaks lwv05.ly
lilypond lwv05.ly


--
Martial


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


Re: including eps file

2006-05-31 Thread martial


view this article : 

http://article.gmane.org/gmane.comp.gnu.lilypond.general/18308/match=eps+issue



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


Re: including eps file

2006-05-31 Thread martial

 view this article : 
 http://article.gmane.org/gmane.comp.gnu.lilypond.general/18308/match=eps+issue

with the new syntaxe 

in use  :  \markup { \epsfile #X #size #my_image.eps }

this  zipfile is in the actual syntaxe 
http://cathemline.org/lily/eps_image.zip



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


Re: convert-ly 2.8.1 and 2.9.1 broken

2006-04-02 Thread Martial

in win2k (2.8.1)
convert-ly work,
but it is writing in the new  file : \version 2.7.40

--
Martial
http://cathemline.org



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


Re: convert-ly 2.8.1 and 2.9.1 broken

2006-04-02 Thread Martial

writing in the new  file : \version 2.7.40

 That's not an error. See the manual, Section 5.6:
 convert-ly always converts up to the last syntax change ...


Oops!
Thank for your helpfulness. 

--
Martial
http://cathemline.org




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


Re: Aligning lyrics to an invisible Voice

2006-03-04 Thread Martial


  One suggestions,
%--
\version 2.6.4
upper = \transpose c c' { \time 3/4  c4 e g | c e g | c e g }
lower = \transpose c c { \time 3/4  c2. | c | c }

%Change here
Invisible  =  { \hideNotes \time 3/4   c4 c c | c4. c8 c4 | c2. |}

verseOne = \lyricmode { One two three | four and six | seven }
verseTwo = \lyricmode { Eight nine ten | e -- le -- ven | twelve }

\score {
   \context PianoStaff 

  %Change here
  \context Staff  = lyricsRhythm
  \with {
  \remove Time_signature_engraver
  \remove Key_engraver
  \remove Clef_engraver
  \remove Staff_symbol_engraver
  } \context Voice = lyricsRhythm \Invisible
 \lyricsto lyricsRhythm \new Lyrics \verseOne
 \lyricsto lyricsRhythm \new Lyrics \verseTwo


 \context Staff = upper \upper
 \context Staff = lower \lower
   
   \layout { }
}
%-

--
Martial
http://cathemline.org



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


Re: Aligning lyrics to an invisible Voice

2006-03-04 Thread Martial

 One suggestions,
%--
\version 2.6.4
upper = \transpose c c' { \time 3/4  c4 e g | c e g | c e g }
lower = \transpose c c { \time 3/4  c2. | c | c }

%Change here
Invisible  =  { \hideNotes \time 3/4   c4 c c | c4. c8 c4 | c2. |}

verseOne = \lyricmode { One two three | four and six | seven }
verseTwo = \lyricmode { Eight nine ten | e -- le -- ven | twelve }

\score {
\context PianoStaff 

   %Change here
   \context Staff  = lyricsRhythm
   \with {
   \remove Time_signature_engraver
   \remove Key_engraver
   \remove Clef_engraver
   \remove Staff_symbol_engraver
   } \context Voice = lyricsRhythm \Invisible
  \lyricsto lyricsRhythm \new Lyrics \verseOne
  \lyricsto lyricsRhythm \new Lyrics \verseTwo


  \context Staff = upper \upper
  \context Staff = lower \lower

\layout { }
}
%-

--
Martial
http://cathemline.org



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


Thanks ancient notation ligature is ok in 2.7.33-2

2006-02-11 Thread Martial

Hello, very good work !
Aancient notation ligature is ok in  2.7.33-2
Thanks
Regards.

--
martial
http://cathemline.org





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


Re: Problem with \relative

2006-01-30 Thread martial

remove the  '  after the first note 
in the second score

\new Staff {
%  \relative c' {
\time 4/4
\clef treble
\key c \major
%   \relative c' {
   a,8 b c d e f g
   a b c d e f g
   a b c d e f g
% a'' b'' c''' d''' e''' f''' g'''
}




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


Re:note-collision in Schumann

2006-01-22 Thread Martial

Oops ! I do not know that I doing.

here is a good version  :
Just  cut and paste the layout of the Piano centered Dynamics sample.

joint debug file
--
Martial
http://cathemline.org

\version 2.6.4
%\renameinput script-collision.ly  ( don't work)

\header {   instrument = Extrait de la Berceuse   }

melodie  =  {
\relative c'' {
\context Voice = melod {
\clef treble
\key es \major
\time 6/8
\phrasingSlurUp
\partial 8
s8 % (partial) % because of acciaccatura
\acciaccatura d8 \stemUp c8\( b! c es d c
bes4. aes\)
g\( bes
aes g\)
\acciaccatura g8 f\( e! f aes4 d,8 es bes4.^(   %~ TieUp
es8 )\) b'8\rest r8
\bar ||
}
}
}

exceptionun = {
\relative c' {
\context Voice = retouchun {
\partial 8

s8 % (partial)
s2.*4
s4. s4 \once \override Stem #'transparent = ##t
\slurDown bes8(
\once \override NoteHead #'transparent = ##t
\once \override Stem #'transparent = ##t
bes4) s2
\bar ||

}
}
}

unebasse = {
\relative c {
\context Voice = prembass {
\clef bass
\key es \major
\time 6/8
\partial 8	
s8 %(partial)
s2.
\phrasingSlurUp
\stemUp
f8[\( aes16 bes \change Staff=upper \stemDown
d8]\) f\( \change Staff=lower
\stemUp
d16 bes aes8\)
s2.*2
s4. s4
\change Staff=upper \once \override Stem #'transparent = ##t
\once \override NoteHead #'transparent = ##t
\slurDown
aes8(
\stemDown
aes4)
\set followVoice = ##t \once \override Stem #'transparent = ##t
g8 s4.
\bar ||
}
}
}

deuxbasse = {
\relative c {
\context Voice = deuzbasse {
\clef bass
\key es \major
\time 6/8
\partial 8

s8 % (partial)
\change Staff=lower \stemDown es8\( aes16 c aes'8\) \change Staff=upper 
\stemDown \phrasingSlurDown c\( aes16 es \change Staff=lower \stemUp c8\)
\stemDown es,2.
\phrasingSlurUp
es8\( bes'16 es \change Staff=upper g8\) \change Staff=lower des,\( g16 
bes \change Staff=upper
fes'8\)
\change Staff=lower c,8\( aes'16 c \change Staff=upper es8\) \change 
Staff=lower bes,\( g'16 des' \change Staff=upper e!8\)
% voilà la mesure difficile (le hic)

\phrasingSlurDown
\change Staff=lower aes,,8\( f'16 c' \change Staff=upper f8\) 
\change Staff=lower \stemUp 
bes,,,8\( bes'16 f' 
\change Staff=upper   \stemDown
aes\) bes8

\change Staff=lower \stemUp es,,8\( bes'16 es \change Staff=upper
\stemDown
g8\) bes\( g16 \change Staff=lower
\stemUp
es bes8\)
\bar ||
}
}
}

exceptiondeux = {
\relative c {
\context Voice = retouchedeux {

% I can't do it now. It's only for coda which is a variation
%of this problem

}
}
}

dynamics = {  
s8 % (partial)
s2.*6
}

\score {
\context PianoStaff  
% \set PianoStaff.instrument = \markup{ \fontsize #6 {16. } \hspace #1.0 	}

\context Staff=upper   \melodie 
%\exceptionun	

\context Dynamics=dynamics \dynamics
\context Staff=lower 
\clef bass
\unebasse
\deuxbasse
\exceptiondeux





\layout {
\context {
\type Engraver_group
\name Dynamics
\alias Voice % So that \cresc works, for example.
\consists Output_property_engraver

\override VerticalAxisGroup #'minimum-Y-extent = #'(-1 . 1)
%pedalSustainStrings = #'(Ped. *Ped. *)
%pedalUnaCordaStrings = #'(una corda  tre corde)

\consists Piano_pedal_engraver
\consists Script_engraver
\consists Dynamic_engraver
\consists Text_engraver
\consists Skip_event_swallow_translator

\override TextScript #'font-size = #2
\override TextScript #'font-shape = #'italic
\override DynamicText #'extra-offset = #'(0 . 2.5)
\override Hairpin #'extra-offset = #'(0 . 2.5)

\consists Axis_group_engraver
}
\context {
\PianoStaff
\accepts Dynamics
\override VerticalAlignment #'forced-distance = #5
}
}
}

\score {
\context PianoStaff 
\context Staff=upper   
\melodie \dynamics
\exceptionun 


\context Staff=lower  
\unebasse \dynamics
\deuxbasse \dynamics
\exceptiondeux


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


Re: Context - A recommendable Windows-Editor for Lilypond

2006-01-21 Thread martial

  I think Context is a wonderful alternative to the complicated 
  editors emacs and vim.

I am blind  or utf-8 is not supported :-( 

http://forum.context.cx/index.php?topic=678.0





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


Re: note-collision in Schumann

2006-01-21 Thread martial

 I hope I'm not boring. I've lose one's way
 Regards

ligne 179 remonte la distance entre les portées 
et mets ne  commentaire \accept dynamics 
ça marche ! Pourquoi ??? 

\context {
\PianoStaff
   %\accepts Dynamics
\override VerticalAlignment #'forced-distance = #8 
  }




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


Re: Context - A recommendable Windows-Editor for Lilypond

2006-01-21 Thread martial
 I am blind  or utf-8 is not supported
 Context supports UTF8, see it's homepage:
 http://context.cx/content/view/18/41/
Thanks 
but I don't see where I can save the file in utf-8. 
Either not accent or not compiled when I convert in unicode !

It is not important for me, I use  now Crimson Edit for Lilypond; 
color syntaxique Lilypond..etc. 
Same Context but with accent compiled ! 

regards 





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


Re: Hebrew, UTF-8, etc.

2006-01-20 Thread martial

 Certainly it can, at least in Windows XP (unfortunately not in Win98,
 though)!
 Sorry to disappoint you. Notepad can only save as *signed* UTF-8 format.
 Which is indeed incompatible with Lilypond.

ha ! well ! allright !

 Thanks, I'm already using Notepad2 for files having unicode. Seems not to be
 working well with Hebrew though.

Hum ! Send me your ly file I would like test.
I use the version  2.7.23 for the moment






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


Re: Hebrew, UTF-8, etc.

2006-01-18 Thread martial

 You could also use Crimson Editor (http://www.crimsoneditor.com/). 

Yeahp ! 
Adopted ! Yet I love Scite;
Her the Lilypond syntaxe highlight !
(long url 
http://www.crimsoneditor.com/english/board/
CrazyWWWBoard.cgi?db=
filesmode=readnum=1657page=
1ftype=6fval=lilypondbackdepth=1
)

small url : http://tinyurl.com/9hxhw

for auto-detec syntaxe 
write in a the pad :

LANGSPEC:Lilypond.SPC
KEYWORDS:Lilypond.KEY

save the with filename extension.ly in the 
C:\Program Files\Crimson Editor\link








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


Re: Hebrew, UTF-8, etc.

2006-01-17 Thread martial
hello

 Is there a known bug in Notepad concerning UTF-8, or is it UTF-8 encoding
 incompatible with Lilypond? 


If you use The Windows NotePad they can not save in UFT-8 !
If you want a simple textEditor  use NotePad2
http://www.flos-freeware.ch/notepad2.html
in the file menu choise code UFT-8 










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


Re: User Experience Engineering

2006-01-08 Thread Martial



Perhaps only providing one installer installing lilypond and jedit +
lily4jedit, 


good idea, and add java-sun for windows in the package. :-)

Personally I use Scite http://www.scintilla.org
but you must read some help and configure manually the options.

For windows user (after installing Lilypond):
a simple text editor (free) which can easy launch Lilypond is notepad2 
http://www.flos-freeware.ch/notepad2.html


Just unzip and run-it;
chose uft-8 code in the file menu,
write your Lilypond scrip,
save-it and touch ctrl+l
Your  file.ly, log ps and pdf are in the same folder.

What is it more simple ?

--
Martial
http://cathemline.org




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


Fonts - 2.7.26 / Windows

2006-01-03 Thread Martial

win2k
Youpi !
is good with Lilypond 2.7.26-2
Thanks
Regards
--
Martial
http://cathemline.org




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


Re:Running midi2ly.py

2005-11-10 Thread Martial

With window
for the moment
use version 2.6.4 for midi2ly
and
version 2.12.7 for output a good midi file with lilypond


--
Martial





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


Re: New and bug-free 2.6.4-4 for Windows

2005-11-05 Thread Martial


now midi2ly work good.

Thanks !

BUT not ouput good midi file with lilypond 2.6.4

(It's good if I use the version 2.7.12 )


--
Martial





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


Re: was markup/padding but now tremolo and that markup/padding

2005-11-04 Thread Martial


for me Moderato is above the line Pellagato;
I use Lilypond 2.7.12 for window

My guess is that s1^ is doing something even though it's doing something 
different in each case- which means that I don't know what/why.



s1 is a silence tempo breve

You can change s1 by a note sample  c1

c1^\markup{ \italic Moderato }



--
Martial
http://cathemline.org




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


Re: what is wrong with this \markup /padding?

2005-11-03 Thread Martial




\once \override TextScript #'padding = 2.0
\markup{ \italic Moderato }


test this :


{
\once \override TextScript #'padding = #2.0
s1^\markup{ \italic Moderato }
s1^\markup{ Pelleagato }
}


--
Martial
http://cathemline.org




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


Re: lilypond-user Digest problems with special characters on 2.6

2005-10-29 Thread Martial

Re:  problems with special characters on 2.6

Use an text editor who encode the characters in uft-8 :

Scite: http://www.scintilla.org
Notepad2 : http://www.flos-freeware.ch/


--
Martial





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


eps issue

2005-10-28 Thread Martial

L'o

Several thread talk about eps, so :
I use Lilypond (for windows) recently
and I test the \epsfile, with difficulty, but with succes !

syntaxe :  \epsfile #my_image.eps  *
in use  :  \markup { \epsfile #my_image.eps }

There are two format eps : matrix and vectorial.

Lilypond use the eps format vectorial.
Frequently the outputs format are in a matricial,(in Gimp too).

Use Inkscape  http://www.inkscape.org/
or Oodraw (openoffice http://www.openoffice.org/) to make a vectorial
image and export in eps format.

- Use eps format level 1; (niveau 1)
- no  encapluled;
- no  preview tiff;

Use Inkscape to vectorise a bitmap output with anothers software.
menu Chemin(p)
\Vectoriser le bitmap.

If you view this warning in the Lilypond log
Converting to `eps_image.pdf'...Error: /stackoverflo
You must simplify the image in Inkscape:
menu Chemin(p)
\simplifier.



the demo
http://cathemline.org/lily/eps_image.pdf
http://cathemline.org/lily/eps_image.zip


Regards

FOR INFORMATION
A POINT in MATRIX EPS CODE
/...
colorimage


ffdadaff9a9aff9a9affdada
ff9a9aff1b1bff1b1bff9a9a
ff9a9aff1b1bff1b1bff9a9a
ffdadaff9a9aff9a9affdada





A POINT in VECTORIAL EPS CODE
../..
newpath
-0.079410255 0.2395848 moveto
5.662943 0.2395848 lineto
5.662943 7.1521807 lineto
-0.079410255 7.1521807 lineto
-0.079410255 0.2395848 lineto



--
Martial
http://cathemline.org





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