lilypond-es
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [lilypond-es] alturas de las notas e IDLE


From: sarerac
Subject: Re: [lilypond-es] alturas de las notas e IDLE
Date: Tue, 1 Oct 2019 12:17:17 +0200

Hola;
he intentado instalar frescobaldi con terminal y brew como explica la web de F. pero por alguna razón que desconozco no puedo. Adjunto en el cuerpo el código de la terminal:
Error: invalid option: --without-lilypond
(base) MacBook-Pro-de-Silvino:~ SilvinoDiaz$ sudo port install frescobaldi
Password:
sudo: port: command not found
(base) MacBook-Pro-de-Silvino:~ SilvinoDiaz$ sudo port install frescobaldi
sudo: port: command not found
(base) MacBook-Pro-de-Silvino:~ SilvinoDiaz$ sudo port install frescobaldi
sudo: port: command not found
(base) MacBook-Pro-de-Silvino:~ SilvinoDiaz$ brew install frescobaldi
Updating Homebrew...
Error: No available formula with the name "frescobaldi" 
==> Searching for a previously deleted formula (in the last month)...
Warning: homebrew/core is shallow clone. To get complete history run:
  git -C "$(brew --repo homebrew/core)" fetch --unshallow

Error: No previously deleted formula found.
==> Searching for similarly named formulae...
Error: No similarly named formulae found.
==> Searching taps...
==> Searching taps on GitHub...
Error: No formulae found in taps.
(base) MacBook-Pro-de-Silvino:~ SilvinoDiaz$ brew install frescobaldi --without-lilypond
Updating Homebrew...
Usage: brew install [options] formula

Install formula. Additional options specific to formula may be appended to
the command.

Unless HOMEBREW_NO_INSTALL_CLEANUP is set, brew cleanup will then be run for
the installed formulae or, every 30 days, for all formulae.

    -d, --debug                      If brewing fails, open an interactive
                                     debugging session with access to IRB or a
                                     shell inside the temporary build directory.
        --env                        If std is passed, use the standard build
                                     environment instead of superenv. If super
                                     is passed, use superenv even if the formula
                                     specifies the standard build environment.
        --ignore-dependencies        An unsupported Homebrew development flag to
                                     skip installing any dependencies of any
                                     kind. If the dependencies are not already
                                     present, the formula will have issues. If
                                     you're not developing Homebrew, consider
                                     adjusting your PATH rather than using this
                                     flag.
        --only-dependencies          Install the dependencies with specified
                                     options but do not install the formula
                                     itself.
        --cc                         Attempt to compile using the specified
                                     compiler, which should be the name of the
                                     compiler's executable, e.g. gcc-7 for GCC
                                     7. In order to use LLVM's clang, specify
                                     llvm_clang. To use the Apple-provided
                                     clang, specify clang. This option will
                                     only accept compilers that are provided by
                                     Homebrew or bundled with macOS. Please do
                                     not file issues if you encounter errors
                                     while using this option.
    -s, --build-from-source          Compile formula from source even if a
                                     bottle is provided. Dependencies will still
                                     be installed from bottles if they are
                                     available.
        --force-bottle               Install from a bottle if it exists for the
                                     current or newest version of macOS, even if
                                     it would not normally be used for
                                     installation.
        --include-test               Install testing dependencies required to
                                     run brew test formula.
        --devel                      If formula defines it, install the
                                     development version.
        --HEAD                       If formula defines it, install the HEAD
                                     version, aka. master, trunk, unstable.
        --fetch-HEAD                 Fetch the upstream repository to detect if
                                     the HEAD installation of the formula is
                                     outdated. Otherwise, the repository's HEAD
                                     will only be checked for updates when a new
                                     stable or development version has been
                                     released.
        --keep-tmp                   Retain the temporary files created during
                                     installation.
        --build-bottle               Prepare the formula for eventual bottling
                                     during installation, skipping any
                                     post-install steps.
        --bottle-arch                Optimise bottles for the specified
                                     architecture rather than the oldest
                                     architecture supported by the version of
                                     macOS the bottles are built on.
    -f, --force                      Install without checking for previously
                                     installed keg-only or non-migrated
                                     versions.
    -v, --verbose                    Print the verification and postinstall
                                     steps.
        --display-times              Print install times for each formula at the
                                     end of the run.
    -i, --interactive                Download and patch formula, then open a
                                     shell. This allows the user to run
                                     ./configure --help and otherwise
                                     determine how to turn the software package
                                     into a Homebrew package.
    -g, --git                        Create a Git repository, useful for
                                     creating patches to the software.
    -h, --help                       Show this message.
Error: invalid option: --without-lilypond

El 1 oct 2019, a las 11:53, Francisco Vila <address@hidden> escribió:

On 1/10/19 11:30, silvino díaz wrote:
recientemente he empezado a aprender Lilypond. Se me han planteado
varios problemas en especial relativa a as alturas de las notas.
Cuando escribo notas con
“-\relative’’ “ las notas no se me muestran en las alturas esperadas.
Adjunto capturas. También desearía que me recomendarais un IDLE que
tenga buena respuesta con Lilypond.

Las capturas que envías son excesivamente pequeñas para mis ojos pero
puedo apreciar que el resultado que obtienes es el esperado con el
código que has escrito. Te explico uno por uno y por favor, cualquier
código de ejemplo que quieras aportar, inclúyelo en el cuerpo del propio
mensaje, para poder usarlo.

Creo que en el primer ejemplo pones \relative C' pero las letras
mayúsculas no se reconocen como nombres de notas, por lo que no se está
aplicando el modo relativo, sino el modo absoluto. Prueba de nuevo con
\relative c'

En el segundo ejemplo, todas las notas son las que se esperan, si lo que
te sorprende es que b f sea una cuarta descendente, es que el modo
relativo funciona así, b f es una cuarta hacia abajo, si quisiéramos una
quinta hacia arriba debería ser b f'

En el tercer ejemplo creo que se te olvidó especificar la nota de
referencia para relative, y de nuevo, el bloque se está interpretando en
modo absoluto.

como IDE (es una palabra semejante al IDLE de Python) sin duda te
recomiendo Frescobaldi 3, descárgalo desde frescobaldi.org

Ahora recuerda usar la función de "Responder a todos" y espero que te
haya sido de ayuda.

Saludos,

--

Francisco Vila. Badajoz (Spain)
paconet.org, lilypond.es



reply via email to

[Prev in Thread] Current Thread [Next in Thread]