Re: Syntax error, unexpected UNSIGNED

2018-05-15 Thread Andrés Westra
I just fund out that it only works with version 2.19. Sorry for the spam, I
was getting crazy.

El mar., 15 de may. de 2018 a la(s) 19:01, Andrés Westra <
westra...@gmail.com> escribió:

> Hi, I,m working in a project an suddenly this error apears. I no longer
> can write:
>
> \version "2.18.2"
> \relative {c4 8 8 8. 16}
>
> This apears in the logs:
>
> error: syntax error, unexpected UNSIGNED
>
> \relative {c4
>
>8 8 8. 16}
>
>
>
> Before I was able to write that, now it only works if I write this:
>
>
> \version "2.18.2"
> \relative {c4 c8 c c8. c16}
>
> Thanks for the help.
>
>
>
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Syntax error, unexpected UNSIGNED

2018-05-15 Thread Andrés Westra
Hi, I,m working in a project an suddenly this error apears. I no longer can
write:

\version "2.18.2"
\relative {c4 8 8 8. 16}

This apears in the logs:

error: syntax error, unexpected UNSIGNED

\relative {c4

   8 8 8. 16}



Before I was able to write that, now it only works if I write this:


\version "2.18.2"
\relative {c4 c8 c c8. c16}

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


Re: Font problem

2016-11-21 Thread Andrés Westra
Hi!

Maybe you can try installing de development version (2.19.*).

El 16/11/2016 8:51 p. m., "Thiago Censi"  escribió:

> Hello.
>
> I am new to Lilypond. I am on Xubuntu 16.04 and installed the packages via
> the default repositories. I am having a problem with the fonts used in the
> score. I don't know if it is a Lilypond problem or a package missint or
> something else. I tried looking in the manual, Google and etc, but didn't
> get lucky (or maybe didn't ask the right questions).
>
> Here is the code used:
> \version "2.18.2"
>
> \header {
> title = "Test"
> }
>
> \relative c''{
> \time 3/4
> % \tempo "Andante"
> a4 a a4. a8
> }
>
> Here is the png generated (PDF looks the same):
> http://imgur.com/Vi4ZxLU
>
> I created a Gist with the Debug output:
> https://gist.github.com/tacensi/cbc5aec59d426ee356141a877e8f7941
>
> All the fonts are there, there seems to be nothing out of order.
>
> Any directions are welcome.
>
> --
> tacensi.
>
> ___
> 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


Re: Fret diagram in tablature

2016-09-25 Thread Andrés Westra
So much thanks!

If it is some help, the exact Y-offset value is 1.25.



--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/Fret-diagram-in-tablature-tp194865p194942.html
Sent from the User mailing list archive at Nabble.com.

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


Fret diagram in tablature

2016-09-23 Thread Andrés Westra
Hi everybody!

This is my first time with a project in Lilypond, and I'm so excited. And
also my first time in touch with the community.

My question is to how can I merge a fret diagram in a tablature with the
following code?:

%Start-
\version "2.18.2"

\new TabStaff {
   \override TabVoice.TextScript.fret-diagram-details.orientation =
#'landscape
   \tabFullNotation
   s2^\markup\override #'(size . 1.5) { \fret-diagram-terse #"x;x;o;2;3;2;"
}
   s2^\markup\override #'(size . 1.5) { \fret-diagram-terse #"o;2;2;o;o;o;"
}
   s2^\markup\override #'(size . 1.5) { \fret-diagram-terse #"o;2;2;o;2;o;"
}
   s2^\markup\override #'(size . 1.5) { \fret-diagram-terse #"x;3;2;o;1;o;"
}
   s2^\markup\override #'(size . 1.5) { \fret-diagram-terse #"3;2;o;o;o;3;"
}
   s2^\markup\override #'(size . 1.5) { \fret-diagram-terse
#"x;1-(;3;3;3;1-);" }
   \break
   s1
}
%-End-

So it looks like this (I used Inkscape to make this):​
 prueba-fret-forum.pdf

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